write from matlab to excel three matrix of different type in one row
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!