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

 採用された回答

Guillaume
Guillaume 2020 年 1 月 21 日

0 投票

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

その他の回答 (1 件)

カテゴリ

ヘルプ センター および 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