convert array in matrix
6 views (last 30 days)
Show older comments
elisa ewin
on 15 Jun 2016
Answered: Azzi Abdelmalek
on 15 Jun 2016
Hi! I want to trasform the cell arrays attached in a matrix, can you help me?
0 Comments
Accepted Answer
Azzi Abdelmalek
on 15 Jun 2016
load matlab
a=cell2mat(pairs(:,1))
b=pairs(:,2)
b=cell2mat([b{:}]')
0 Comments
More Answers (0)
See Also
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!