Single array inside cell to double
3 ビュー (過去 30 日間)
古いコメントを表示
How can I convert attached file to double, thanks in advance any help.
0 件のコメント
採用された回答
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);
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!