How to obtain a .csv file?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hrushikesh kyathari
il 19 Giu 2019
Risposto: Shashank Sharma
il 19 Giu 2019
I have written and ran a code,I got the output as a matrix.Now to use the matrix in a software, I need to generate a .csv file of the matrix.What should be done?
0 Commenti
Risposta accettata
Shashank Sharma
il 19 Giu 2019
Documentation for writematrix function, writematrix(A,filename) here A is the matrix and filename is the name of the .csv file you want to save it to.
This is another possible function, but it is not recommended by matlab.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!