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 Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

질문:

2020년 1월 21일

답변:

2020년 1월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by