Community Profile

photo

chandrapal Singh


Last seen: 7 months ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Commenter
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
How to load specific image extension from specific path directory MATLAB ?
Create a Pushbutton and use the following code path=uigetdir(); path img_directory= dir(path); total_images= length(img_di...

4 years ago | 0

Question


How to read give Filename.csv in MATLAB?
I want to load this file but I am getting the error as "Trouble reading 'Numeric' field from the file" Can anyone help? Thanks...

6 years ago | 1 answer | 0

1

answer

Answered
can any one check my model and correct the mistakes ....????
<</matlabcentral/answers/uploaded_files/113073/Out.JPG>> i am getting this type of output

6 years ago | 0

Question


I am working in MATLAB GUI. i want to hide the axes values in the gui . is there any possible solution to remove it without using Panel?
<</matlabcentral/answers/uploaded_files/112620/Capture.JPG>>

6 years ago | 0 answers | 0

0

answers

Answered
Adding white noise to an audio signal to obtain a targeted SNR
you can try with this code. [ Output_noisy_signal, noise_value ] = generate_noisy( inp_signal, noise_value, snr );

6 years ago | 0

Answered
Cannot open file , no permission
a=strcat('Your_Path\','Image.extenstion'); imageName =imread(a);

6 years ago | 0

Answered
i am using 32bit matlab 2015b on my windows 7 . when i run simulink the following error occured
RAM should be minimum 4GB and /3GB boot flag should be configured. the best option is to go for 64 bit OS with 64-bit MATLAB ...

6 years ago | 0

Answered
while opening simulink, there's an error .please suggest me a solution.
windows and Matlab version compatibility issue. I think you need to install the proper version of MATLAB according to your opera...

6 years ago | 0

Answered
Can anyone please help me to fix this error in the coding of fractal image compression ? Your help is greatly appreciated. Thank you.
I tried this same code in MATLAB 2013b. It is working fine. You can try with PSNR function attached.

6 years ago | 1

| accepted

Question


i am writing the code of active noise cancellation using simulink but i am getting the error.the error is
Error evaluating registered method 'CheckParameters' of MATLAB S-Function 'sdspfscope2' in 'ANC2/Input Spectrum/Frame Scope'.

10 years ago | 0 answers | 0

0

answers