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

1 Ansicht (letzte 30 Tage)
512*512 matrix from 8*8 cells
  3 Kommentare
sonam chhikara
sonam chhikara am 21 Sep. 2015
i have integer type 8*8 cells and i want to combine them in matrix form
sonam chhikara
sonam chhikara am 21 Sep. 2015
actually i hide some data in 8*8 block in dct and want to combine back in image

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by