- 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
1 回表示 (過去 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!