how to get a matrix from same size cells.like get 512*512 matrix from 8*8 cells???
Show older comments
512*512 matrix from 8*8 cells
Answers (1)
Walter Roberson
on 21 Sep 2015
Matrix_512_by_512 = cell2mat(Cell_that_is_8by8);
Categories
Find more on Data Types 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!