Single array inside cell to double
1 view (last 30 days)
Show older comments
Farshid Daryabor
on 21 Jan 2020
Answered: Farshid Daryabor
on 21 Jan 2020
How can I convert attached file to double, thanks in advance any help.
0 Comments
Accepted Answer
Guillaume
on 21 Jan 2020
If you want to convert each matrix inside the TEMP cell array to double, then:
something = cellfun(@double, TEMP, 'UniformOutput', false);
0 Comments
More Answers (1)
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!