Using csvwrite() function for a matrix having multiple rows and columns??
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?
0 Kommentare
Antworten (1)
Azzi Abdelmalek
am 12 Jul. 2016
A=randi(10,100,30)
csvwrite('file.csv',A)
2 Kommentare
Azzi Abdelmalek
am 12 Jul. 2016
No, not any number of rows and columns, it depends on the limits of Excell, and the limits of Matlab,
Siehe auch
Kategorien
Mehr zu Text Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!