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