Single array inside cell to double

1 view (last 30 days)
How can I convert attached file to double, thanks in advance any help.

Accepted Answer

Guillaume
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);

More Answers (1)

Farshid Daryabor
Farshid Daryabor on 21 Jan 2020
Thanks

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!