Single array inside cell to double

How can I convert attached file to double, thanks in advance any help.

 Accepted Answer

If you want to convert each matrix inside the TEMP cell array to double, then:
something = cellfun(@double, TEMP, 'UniformOutput', false);

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!