uday - MATLAB Central
photo

uday


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB AnswersFrom 07/13 to 01/25Use left and right arrows to move selectionFrom 07/13Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
176.467
of 296.446

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
0

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


how can i browse the files in my computer using the gui in matlab?
Iam doing a project on face recognition.i have created a gui and added the call backs to it,but the problem is my input image bu...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


what is the problem in my following face recognition code?
i dont know this is my code...... load data.mat %Declare training data P=[r h b bd]; %Create SOM neural network ...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


use of the below statements....
can any one explain me about this statements? net=newsom(minmax(P),[64 2]); Q=double(reshape(Q,64,1));

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


why iam i getting the error the illegal use of the end?
Q=imread('r6.jpg'); imginp=double(reshape(Q,64,1)); disp (' '); disp ('Simulating SOM neural network for the input image...'...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


what is this illegal use of the end in face recognition
when iam trying to execute the face recognition code it is showing me the error '**illegal use of the end** 'what is this .if an...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


face recognition project help?
Can any one tell me in detail about the face recognition project in matlab,i have selected it as my project. i think there are m...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


use of" end 'tag in face recognition
when i tried to copy the code of the face recognition and execute it it is showing the error>>>"illegal use of the reserved word...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


what happend to my 'deploytool'
when i type deploytool in my matlab command window it is showing me errror 'undefined command'.currently iam sing matlab version...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


does i need to set a cal back for result(static text) for the calculator?
I have created a sipmle calculator gui and added call back for the 4 operators +,-,*,/.but when i tried to run the gui it is all...

oltre 11 anni fa | 1 risposta | 0

1

risposta
Go to top of page