Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

write a column into excel sheet

2 visualizaciones (últimos 30 días)
Sajitha K.N.
Sajitha K.N. el 13 de Oct. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
prasanth s
prasanth s el 13 de Oct. de 2019
  1. check whether 'sd' has array of values.
  2. xlswrite fuction should be in ouside the loop, so the values not rewritten
Sajitha K.N.
Sajitha K.N. el 13 de Oct. de 2019
Thank you, sir.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by