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

1 view (last 30 days)
512*512 matrix from 8*8 cells
  3 Comments

Sign in to comment.

Answers (1)

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

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!