how to import .mat file in excel?
Mostra commenti meno recenti
for i=1:10
j(i)=i*5:
end
save('j.mat', 'j')
can i import this j.mat file in excel?
Risposta accettata
Più risposte (1)
Maxim Semyonov
il 22 Set 2015
0 voti
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.
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!