Sending Multiple Data to Excel from MATLAB?

11 ビュー (過去 30 日間)
Scott Banks
Scott Banks 2025 年 2 月 17 日 11:28
回答済み: Star Strider 2025 年 2 月 17 日 11:58
Hi everybody,
I was wondering if it is possible to send multiple data from MATLAB to Excel in the same file?
At the moment I am using:
filename = 'test.xlsx'
xlswrite(filename,MomentsX,1,'C1:F5')
This only transfers the matrix 'MomentsX' into Excel. What If I want to send multiple data to the same spreadsheet in Excel?
Is this possible?
Many thanks in advance,
Scott

回答 (1 件)

Star Strider
Star Strider 2025 年 2 月 17 日 11:58
If you have R2013b or later, collect the data you want in a table, configure the table the way you want it, and then use the writetable function to write it to your Excel file. You can also write variable names and row names (if desired) to the Excel file this way.

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by