Siddhesh Karbhari
Followers: 0 Following: 0
Statistics
RANK
97,914
of 295,486
REPUTATION
0
CONTRIBUTIONS
8 Questions
3 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
how can i get proper ans to following code.
it is giving output as NaN. What should I do to solve this problem? I have attached code and cell file.
6 years ago | 2 answers | 0
2
answersQuestion
how to solve this problem?
I am getting this error continuously. I tried to change the input by adding and multiplying by a constant to the input but it is...
6 years ago | 0 answers | 0
0
answersHow to change SNR value of noise signal?
Can anyone please tell me how to change SNR value of QUT-Noise samples?
6 years ago | 0
How to change SNR value of noise signal?
I want SNR value of noise sample as -10,-5,0,5,10. What should I do?
6 years ago | 0
Question
How to change SNR value of noise signal?
I have clean speech samples and environmental noise samples. I need to add noise to clean speech at different SNR levels. How ca...
6 years ago | 3 answers | 0
3
answersI am using Windows 10 and Matlab2014a. I want to install mex but it is continuously giving following error. Can you please give solution regarding installation issue?
When I entered mex -v setup it is showing following error
7 years ago | 0
Question
I am using Windows 10 and Matlab2014a. I want to install mex but it is continuously giving following error. Can you please give solution regarding installation issue?
No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2015a/win64.html.
7 years ago | 1 answer | 0
1
answerQuestion
can you please explain the working of following syntax?
z=D{extrema(4*(i-1)+1)}(rx,ry,rz); it is continuously giving 'Bad cell reference operation.' error. extrema=zeros(1,4*...
7 years ago | 1 answer | 0
1
answerQuestion
how to vectorize this code?
Program to perform contrast stretching on an Image clc; close all; clear all; %% Input section I= imread('pout....
7 years ago | 2 answers | 0
2
answersQuestion
how to vectorize this for loops?
<</matlabcentral/answers/uploaded_files/100822/for%20loop.PNG>>
7 years ago | 1 answer | 0
1
answerQuestion
how to vectrorized this code?
close all clear all clc tic; i=1; for k=1:1:10; for a=1:1:10; nump(i,:) =k*a; ...
7 years ago | 2 answers | 0