Single array inside cell to double

1 回表示 (過去 30 日間)
Farshid Daryabor
Farshid Daryabor 2020 年 1 月 21 日
回答済み: Farshid Daryabor 2020 年 1 月 21 日
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 Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by