Single array inside cell to double

1 Ansicht (letzte 30 Tage)
Farshid Daryabor
Farshid Daryabor am 21 Jan. 2020
Beantwortet: Farshid Daryabor am 21 Jan. 2020
How can I convert attached file to double, thanks in advance any help.

Akzeptierte Antwort

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

Weitere Antworten (1)

Farshid Daryabor
Farshid Daryabor am 21 Jan. 2020
Thanks

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by