Using csvwrite() function for a matrix having multiple rows and columns??
2 次查看(过去 30 天)
显示 更早的评论
would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?
0 个评论
回答(1 个)
Azzi Abdelmalek
2016-7-12
A=randi(10,100,30)
csvwrite('file.csv',A)
2 个评论
Azzi Abdelmalek
2016-7-12
No, not any number of rows and columns, it depends on the limits of Excell, and the limits of Matlab,
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!