Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how can i write this in matlab

1 visualizzazione (ultimi 30 giorni)
Rida BOUMEDIANE
Rida BOUMEDIANE il 11 Giu 2020
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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.

Risposte (1)

Sai Gudlur
Sai Gudlur il 11 Giu 2020
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.

Questa domanda è chiusa.

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by