Filter löschen
Filter löschen

How to obtain a .csv file?

1 Ansicht (letzte 30 Tage)
hrushikesh kyathari
hrushikesh kyathari am 19 Jun. 2019
Beantwortet: Shashank Sharma am 19 Jun. 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?

Akzeptierte Antwort

Shashank Sharma
Shashank Sharma am 19 Jun. 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.

Weitere Antworten (0)

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by