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

조회 수: 1 (최근 30일)
512*512 matrix from 8*8 cells
  댓글 수: 3
sonam chhikara
sonam chhikara 2015년 9월 21일
i have integer type 8*8 cells and i want to combine them in matrix form
sonam chhikara
sonam chhikara 2015년 9월 21일
actually i hide some data in 8*8 block in dct and want to combine back in image

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 21일
Matrix_512_by_512 = cell2mat(Cell_that_is_8by8);

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by