Single array inside cell to double

 Risposta accettata

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

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by