How to export a matrix from MATLAB to Excel?

5 ビュー (過去 30 日間)
Ruben Verkempynck
Ruben Verkempynck 2011 年 5 月 3 日
コメント済み: Dyuman Joshi 2023 年 10 月 14 日
Hey everybody,
how can I export matrices from MATLAB to excel? Can I copy a matrix into a text file and than paste this in Excel?
Cheers, Ruben

採用された回答

Yoav Livneh
Yoav Livneh 2011 年 5 月 3 日
There is a function called xlswrite which does just that.
  2 件のコメント
Ruben Verkempynck
Ruben Verkempynck 2011 年 5 月 3 日
Thanks a lot!
Dyuman Joshi
Dyuman Joshi 2023 年 10 月 14 日
For R2019a or later versions, use the more robust writematrix
Another robust option is converting array to a table and using writetable

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by