photo

BHANESH BHADRECHA


IIT ROORKEE

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Professional Interests: signal processing, image processing

Estadística

  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

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

más de 8 años hace | 0

Respondida
"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); ...

más de 8 años hace | 8

Respondida
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); ...

casi 9 años hace | 1