Single array inside cell to double

1 次查看(过去 30 天)
How can I convert attached file to double, thanks in advance any help.

采纳的回答

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

更多回答(1 个)

Farshid Daryabor
Farshid Daryabor 2020-1-21
Thanks

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by