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

4 views (last 30 days)
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

Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!