write a column into excel sheet

I used a while loop and done some calculations. Now I want to write thease results into an excel sheet as a column.But, when I using xlswrite() function only first value is write into excel file.This is my code
xlswrite('uav2.xlsx',sd(:))
Its urgent.Please help

2 Commenti

  1. check whether 'sd' has array of values.
  2. xlswrite fuction should be in ouside the loop, so the values not rewritten
Thank you, sir.

Risposte (0)

Questa domanda è chiusa.

Richiesto:

il 13 Ott 2019

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by