Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i write this in matlab

1 回表示 (過去 30 日間)
Rida BOUMEDIANE
Rida BOUMEDIANE 2020 年 6 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
So i have a code that can add a values in an excel sheet, but i want my code to add data in the empty row.

回答 (1 件)

Sai Gudlur
Sai Gudlur 2020 年 6 月 11 日
xlswrite(filename,A,xlRange)
or
writematrix(M,'M.xls','Sheet',2,'Range','A3:E8')
If you just want to add a row just change A3 to A4 and it would add an empty row.

この質問は閉じられています。

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by