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)
512*512 matrix from 8*8 cells
  3 comentarios
sonam chhikara
sonam chhikara el 21 de Sept. de 2015
i have integer type 8*8 cells and i want to combine them in matrix form
sonam chhikara
sonam chhikara el 21 de Sept. de 2015
actually i hide some data in 8*8 block in dct and want to combine back in image

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 21 de Sept. de 2015
Matrix_512_by_512 = cell2mat(Cell_that_is_8by8);

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by