how to import .mat file in excel?
177 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Muhammad Umer
le 22 Sep 2015
Réponse apportée : Maxim Semyonov
le 22 Sep 2015
for i=1:10
j(i)=i*5:
end
save('j.mat', 'j')
can i import this j.mat file in excel?
0 commentaires
Réponse acceptée
Thorsten
le 22 Sep 2015
There are several worksarounds to do that, as explained in
Alternatively, you could create an excel file from Matlab using
xlswrite
0 commentaires
Plus de réponses (1)
Maxim Semyonov
le 22 Sep 2015
Not sure if it's feasible to import .mat file directly to excel. However you can save your data from Matlab directly to an xls file using xlswrite() function.
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!