Statistik
9 Fragen
0 Antworten
RANG
176.358
of 295.467
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
44.44%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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));
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...'...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0