write a column into excel sheet
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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 Kommentare
prasanth s
am 13 Okt. 2019
- check whether 'sd' has array of values.
- xlswrite fuction should be in ouside the loop, so the values not rewritten
Sajitha K.N.
am 13 Okt. 2019
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!