photo

BHANESH BHADRECHA


IIT ROORKEE

2015 年からアクティブ

Followers: 0   Following: 0

Professional Interests: signal processing, image processing

統計

  • First Review
  • First Answer

バッジを表示

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 ...

約9年 前 | 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); ...

約9年 前 | 8

回答済み
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); ...

9年以上 前 | 1