BHANESH BHADRECHA
IIT ROORKEE
Followers: 0 Following: 0
Statistics
0 Questions
4 Answers
RANK
957
of 300,499
REPUTATION
82
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
40
RANK
of 21,021
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
159,409
of 169,381
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 ...
10 years ago | 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); ...
10 years ago | 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')
10 years ago | 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); ...
10 years ago | 1

