want to change class of .mat file ?

3 visualizaciones (últimos 30 días)
Rakesh Praveen
Rakesh Praveen el 18 de Nov. de 2011
hi, i have a mat file containing complex values of 64×1 dimension. This mat file is in class cell. i want to change it to class double. how do i change it ?
thank you.

Respuesta aceptada

Daniel Shub
Daniel Shub el 18 de Nov. de 2011
doc cell2mat
Assuming you have cell c and want double x ...
x = cell2mat(c);

Más respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT Files 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!

Translated by