want to change class of .mat file ?
2 views (last 30 days)
Show older comments
hi, i have a mat file containing complex values of 64×1 dimension. This mat file is in class cell. i want to change it to class double. how do i change it ?
thank you.
0 Comments
Accepted Answer
Daniel Shub
on 18 Nov 2011
doc cell2mat
Assuming you have cell c and want double x ...
x = cell2mat(c);
More Answers (0)
See Also
Categories
Find more on Data Type Conversion 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!