How to write data horizontally in matlab using xlswrite to express meaning like excel

5 views (last 30 days)
How to write data horizontally in matlab using xlswrite to express meaning like excel
aaa is str
bbb is num
ccc is str
I try to use xlswrite(xlsfile, tidal_station, 1, 'A2') But here only 'A2' can be used to specify the column

Accepted Answer

Jan
Jan on 29 Nov 2022
'A2:A4' specifies 3 elemente in a row.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!