photo

BHANESH BHADRECHA


IIT ROORKEE

Actif depuis 2015

Followers: 0   Following: 0

Message

Professional Interests: signal processing, image processing

Statistiques

MATLAB Answers

0 Questions
4 Réponses

RANG
933
of 301 159

RÉPUTATION
84

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
41

RANG
 of 21 182

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
163 125
of 173 105

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

environ 10 ans il y a | 0

Réponse apportée
"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); ...

environ 10 ans il y a | 8

Réponse apportée
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')

plus de 10 ans il y a | 32

Réponse apportée
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); ...

plus de 10 ans il y a | 1