Single array inside cell to double
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Farshid Daryabor
el 21 de En. de 2020
Respondida: Farshid Daryabor
el 21 de En. de 2020
How can I convert attached file to double, thanks in advance any help.
0 comentarios
Respuesta aceptada
Guillaume
el 21 de En. de 2020
If you want to convert each matrix inside the TEMP cell array to double, then:
something = cellfun(@double, TEMP, 'UniformOutput', false);
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!