How do i convert 2D matrices mat files into a csv file?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bidyarani
am 19 Jan. 2023
Beantwortet: Nikhilesh
am 19 Jan. 2023
I have a dataset in data.mat file with 27 variables and each variable has different dimensions. I want to convert this data.mat file into csv file. Is it possible to have all variables in one csv file?
0 Kommentare
Akzeptierte Antwort
Nikhilesh
am 19 Jan. 2023
You can write a for loop to write all the data of these .mat files onto an .csv file.
Please refer the following discussion
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!