Using csvwrite() function for a matrix having multiple rows and columns??
Mostrar comentarios más antiguos
would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?
Respuestas (1)
Azzi Abdelmalek
el 12 de Jul. de 2016
A=randi(10,100,30)
csvwrite('file.csv',A)
2 comentarios
ck
el 12 de Jul. de 2016
Azzi Abdelmalek
el 12 de Jul. de 2016
No, not any number of rows and columns, it depends on the limits of Excell, and the limits of Matlab,
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!