How can I export .mat file to .xls file?

3 visualizaciones (últimos 30 días)
Sunipa Som
Sunipa Som el 5 de Ag. de 2024
Comentada: Sunipa Som el 6 de Ag. de 2024
How can I export .mat file to .xls file? I am using xlswrite('filename.xls') but not working. I have 50x50 deta. Kindly help me.
  3 comentarios
Infinite_king
Infinite_king el 5 de Ag. de 2024
You have to pass the matrix as input to 'xlswrite' function. For example - xlswrite(filename,matrix_name).
Sunipa Som
Sunipa Som el 6 de Ag. de 2024
Thank you

Iniciar sesión para comentar.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 5 de Ag. de 2024
Editada: Cris LaPierre el 5 de Ag. de 2024
I'd recommend using writematrix (homogenous data) or writetable (for table data type) after first loading the mat file variable to the MATLAB workspace (see load).
  1 comentario
Star Strider
Star Strider el 5 de Ag. de 2024
@Cris LaPierre@Sunipa Som has R2015a. The writematrix function was introduced in R2019a.

Iniciar sesión para comentar.

Productos


Versión

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by