write from matlab to excel three matrix of different type in one row

4 ビュー (過去 30 日間)
khalida basheer
khalida basheer 2021 年 3 月 5 日
peace upon you
How can I write from Matlab to an Excel file Three arrays, the first containing a number, the second containing a string, and the third containing several numbers,in one row.
a=[1];
b=['aaa'];
c=[1 2 3 4];
the result must be write in excel as follow:-
1 aaa 1 2 3 4

回答 (0 件)

カテゴリ

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