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 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by