Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
113.971
of 297.527
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
convert 3d matrix into 2d matrix
How can I convert A(2*3*9) matrix into A(6*9) matrix.
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 7 años hace | 3 respuestas | 0