Single array inside cell to double

1 vue (au cours des 30 derniers jours)
Farshid Daryabor
Farshid Daryabor le 21 Jan 2020
How can I convert attached file to double, thanks in advance any help.

Réponse acceptée

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

Plus de réponses (1)

Farshid Daryabor
Farshid Daryabor le 21 Jan 2020
Thanks

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by