CSV data into *.mat file

2 Ansichten (letzte 30 Tage)
Hardik
Hardik am 29 Nov. 2022
Kommentiert: Hardik am 29 Nov. 2022
I have a C# applicaton in which data is created as comma separated values and saved in .csv file. Now I want this data to be saved in .mat file so that it can be read in MATLAB.
  4 Kommentare
Stephen23
Stephen23 am 29 Nov. 2022
Bearbeitet: Stephen23 am 29 Nov. 2022
"I want to provide feature to user to export data in .mat file"
Okay, so import using the above mentioned functions, then SAVE.
What have you tried so far?
Hardik
Hardik am 29 Nov. 2022
I have created a double array and using csmatio download | SourceForge.net to write to a .mat file.
Wanted to know if any simpler way to do it.
How to use the functions you mentioned in C#

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Compiler SDK finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by