Statistics
RANK
9.590
of 260.604
REPUTATION
4
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
of 17.907
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 112.023
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Simscap Scope shows wrong data.
I am simulating an RL Circuit. when i take simulation time 10 ses, the graph on scope is nonsence. if anyone know, how to fix ...
alrededor de 1 año ago | 1 answer | 0
1
answerAssignment question based on excel file I/O
function distance = get_distance(city_1,city_2) persistent distt city_names; if isempty(distt) && isempty(city_names) ...
alrededor de 2 años ago | 1
Problems with coursera image blur matlab problem
function output = blur(img,w); [r,c]=size(img); output=ones(r,c); for ri=1:r for ci=1:c ...
alrededor de 2 años ago | 1
Echo generator problem - Coursera Introduction to Matlab Programming
function output = echo_gen(input, fs, delay, amp) delay_mat=zeros(round(delay*fs),1); % a col vector. echo_mat=([de...
alrededor de 2 años ago | 0
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
another approch function indices = saddle(Z) indices=[]; for r=1:size((Z),1) % going through Rows for c=...
alrededor de 2 años ago | 0
Why do I receive the error "There was a problem downloading the Support Package"?
please help on this error
más de 4 años ago | 0