Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
image processing
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hi all
how can i convert 2-D matrix(image) into vector. please reply me.
many thanks
0 comentarios
Respuestas (3)
Taleb Almajrbi
el 4 de Abr. de 2011
2 comentarios
Sean de Wolski
el 4 de Abr. de 2011
Yes, this is correct. I would do it with numel since that's robust to higher dimensional matrices and faster:
Sv1=reshape(F1,numel(F1),1);
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!