Using csvwrite() function for a matrix having multiple rows and columns??

would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?

Antworten (1)

A=randi(10,100,30)
csvwrite('file.csv',A)

2 Kommentare

so csvwrite() would work just like xlswrite() for any number of rows and columns?
No, not any number of rows and columns, it depends on the limits of Excell, and the limits of Matlab,

Melden Sie sich an, um zu kommentieren.

Tags

Gefragt:

ck
am 12 Jul. 2016

Kommentiert:

am 12 Jul. 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by