Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
ck
ck le 12 Juil 2016
Commenté : Azzi Abdelmalek le 12 Juil 2016
would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 12 Juil 2016
A=randi(10,100,30)
csvwrite('file.csv',A)
  2 commentaires
ck
ck le 12 Juil 2016
so csvwrite() would work just like xlswrite() for any number of rows and columns?
Azzi Abdelmalek
Azzi Abdelmalek le 12 Juil 2016
No, not any number of rows and columns, it depends on the limits of Excell, and the limits of Matlab,

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by