how to import .mat file in excel?
75 ビュー (過去 30 日間)
古いコメントを表示
for i=1:10
j(i)=i*5:
end
save('j.mat', 'j')
can i import this j.mat file in excel?
0 件のコメント
採用された回答
Thorsten
2015 年 9 月 22 日
There are several worksarounds to do that, as explained in
Alternatively, you could create an excel file from Matlab using
xlswrite
0 件のコメント
その他の回答 (1 件)
Maxim Semyonov
2015 年 9 月 22 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!