Statistica
6 Domande
0 Risposte
RANK
208.505
of 300.603
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 169.786
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
Feeds
Domanda
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...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
convert 3d matrix into 2d matrix
How can I convert A(2*3*9) matrix into A(6*9) matrix.
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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?
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 8 anni fa | 3 risposte | 0
