Statistik
6 Fragen
                        0 Antworten
RANG
109.215
                          
                          
of 300.392
                        
REPUTATION
0
                           
                        
BEITRÄGE
                          6 Fragen
                          0 Antworten
ANTWORTZUSTIMMUNG 
                            33.33%
                        
ERHALTENE STIMMEN
0
RANG
 of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANG
of 168.373
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 to copy figure with the exact size of the figure without any white space
When I copy a figure from a matlab figure window and paste it on word then there takes extra space. My figure size is 32x32 pixe...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
convert 3d matrix into 2d matrix
How can I convert A(2*3*9) matrix into A(6*9) matrix.
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Increment the value inside another loop
for i=1:10 if(true) while(true) i=i+1; end end end will this increment or update t...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am using webcam to take image and recognizing faces after processing I want to preview the live image with the person's name. How I should write on the specific point on the preview window?
cam=webcam; while true snap=snapshot(cam); imshow(snap) end I should perform the processing with the snap and a...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
HelperFunction has not provided in the code https://www.mathworks.com/videos/face-recognition-with-matlab-98076.html
Please avi help me out providing the full code. I need the helper function helperExtractDenseSURF(). can anyone provide it?
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to map a value of a vector into column number of a matrix?
let A=[2;4;5] vector I want a matrix where all the values will be zero and the 2nd 4th and 5th element of column of 10x3 matrix...
mehr als 7 Jahre vor | 3 Antworten | 0
 
        