photo

Sunil Shahi


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

11 Preguntas
1 Respuesta

CLASIFICACIÓN
6.504
of 300.364

REPUTACIÓN
7

CONTRIBUCIONES
11 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
27.27%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Knowledgeable Level 1
  • Thankful Level 1
  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Selecting items from list.
How can I display items in strings cell in a gui so that I can give option to choose a group of them. Does Listbox support check...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


save variables in .mat files with desired name.
I have a function where I do my calculation to get A cell or array. Now I want to save this array in a .mat file but I want to c...

alrededor de 12 años hace | 3 respuestas | 2

3

respuestas

Pregunta


Select a rectangle in a image.
I have a image displayed in a imscrollpanel or figure. and I have a few rectangle drawn on top of it the facecolor is none. I ha...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to get a non integer value from uicomponent slider (Jslider) in Matlab?
I have written this function in Matlab (using a function from the Matlab File Exchange: <http://www.mathworks.com/matlabcentral/...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to use inputdlg with out freezing a figure.
I have an image and I am showing it using imshow. I = imread('myImage.jpg'); figure imshow(I) now I want to ...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


getting input through matlab mouse call backs
here is what I have so far. I am trying to use mouse pointer to get certain values from the figure. say I have a function like t...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Draw rectangle in subplot image.
I have images say I1 and I2 in matrix form say I make a subplots to have them both in same figure. now I have to draw few rectan...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


getting a binary image from a spectrogram image that shows frequency only above certain amplitude (in percent).
Here is what I have done so far. [W,fs]=wavread(FileName); %this reads a wave file [~,~,~,P]=spectrogram(W(:,end),tres,tre...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find frequency from image of spectrogram?
Here is what I have done so far. [W,fs]=wavread(FileName); %this reads a wave file [~,~,~,P]=spectrogram(W(:,end),tres,t...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


suggestion for sound analysis audio player GUI.
I have been using matlab for sometime now. I have made some simple GUI using GUIDE but never done more than that. Now I am doing...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to expand a black region in a boolean image?
I have a binary image in a matrix that I obtained by some image processing. When I say Binary Image I mean it has zeros and ones...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
convolutive blind source separation
here is a link to an page about this topic. http://goo.gl/A8cFL

más de 12 años hace | 0

| aceptada