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

2 vues (au cours des 30 derniers jours)
Sunipa Som
Sunipa Som le 5 Août 2024
Commenté : Sunipa Som le 6 Août 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 commentaires
Infinite_king
Infinite_king le 5 Août 2024
You have to pass the matrix as input to 'xlswrite' function. For example - xlswrite(filename,matrix_name).
Sunipa Som
Sunipa Som le 6 Août 2024
Thank you

Connectez-vous pour commenter.

Réponses (1)

Cris LaPierre
Cris LaPierre le 5 Août 2024
Modifié(e) : Cris LaPierre le 5 Août 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 commentaire
Star Strider
Star Strider le 5 Août 2024
@Cris LaPierre@Sunipa Som has R2015a. The writematrix function was introduced in R2019a.

Connectez-vous pour commenter.

Produits


Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by