photo

Sunil Shahi


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

11 Domande
1 Risposta

RANK
6.331
of 297.457

REPUTAZIONE
7

CONTRIBUTI
11 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
27.27%

VOTI RICEVUTI
2

RANK
 of 20.438

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 158.938

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 3 risposte | 2

3

risposte

Domanda


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...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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/...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

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

oltre 11 anni fa | 0

| accettato