how to get a matrix from same size cells.like get 512*512 matrix from 8*8 cells???
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
512*512 matrix from 8*8 cells
3 comentarios
Respuestas (1)
Walter Roberson
el 21 de Sept. de 2015
Matrix_512_by_512 = cell2mat(Cell_that_is_8by8);
0 comentarios
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!