Community Profile

photo

BHANESH BHADRECHA


IIT ROORKEE

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Professional Interests: signal processing, image processing

Statistiken

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 8 Jahre vor | 0

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

etwa 8 Jahre vor | 8

Beantwortet
Why do I receive an "Insufficient number of outputs" error when training a network created using NNTOOL from the Neural Network Toolbox 6.0.3 (R2009b)?
that is because your output variable name and function name both are same. for example [stft, t, f]= stft(x,wlen,nfft); ...

etwa 8 Jahre vor | 1

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

mehr als 8 Jahre vor | 1