- check whether 'sd' has array of values.
- xlswrite fuction should be in ouside the loop, so the values not rewritten
Info
此问题已关闭。 请重新打开它进行编辑或回答。
write a column into excel sheet
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
prasanth s
2019-10-13
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!