BHANESH BHADRECHA
IIT ROORKEE
2015년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
Indexing cannot yield multiple results error
That is because you have created any loop and in that loop variable is changing its value every time loop executes. The best ...
Indexing cannot yield multiple results error
That is because you have created any loop and in that loop variable is changing its value every time loop executes. The best ...
거의 10년 전 | 0
답변 있음
"Insufficient number of outputs from right hand side of equal sign to satisfy assignment."
that is because your output variable name and function name both are same. for example [stft, t, f]= stft(x,wlen,nfft); ...
"Insufficient number of outputs from right hand side of equal sign to satisfy assignment."
that is because your output variable name and function name both are same. for example [stft, t, f]= stft(x,wlen,nfft); ...
거의 10년 전 | 8
답변 있음
How can I reverse the y-axis when I use the IMAGE or IMAGESC function to display an image in MATLAB?
set(gca,'YDir','normal')
How can I reverse the y-axis when I use the IMAGE or IMAGESC function to display an image in MATLAB?
set(gca,'YDir','normal')
대략 10년 전 | 31
답변 있음
calculating average value for matrix
% suppose name of the matrix is 'm' [a,b]=size(m); s=sum(m); % sum of all columns total=sum(s); ...
calculating average value for matrix
% suppose name of the matrix is 'm' [a,b]=size(m); s=sum(m); % sum of all columns total=sum(s); ...
10년 초과 전 | 1

