how to get a matrix from same size cells.like get 512*512 matrix from 8*8 cells???

1 vue (au cours des 30 derniers jours)
sonam chhikara
sonam chhikara le 21 Sep 2015
Commenté : sonam chhikara le 21 Sep 2015
512*512 matrix from 8*8 cells
  3 commentaires
sonam chhikara
sonam chhikara le 21 Sep 2015
i have integer type 8*8 cells and i want to combine them in matrix form
sonam chhikara
sonam chhikara le 21 Sep 2015
actually i hide some data in 8*8 block in dct and want to combine back in image

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 21 Sep 2015
Matrix_512_by_512 = cell2mat(Cell_that_is_8by8);

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by