generating a usable Matlab variable from csv file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Daniel
am 28 Aug. 2014
Kommentiert: Daniel
am 28 Aug. 2014
Is there anything along the lines of import wizard that can generate a variable, which you can then place in a matlab script? For example if you had a column in your csv file called "test" with row values of 1, 2, 3, matlab would create the following
test = [1 2 3];
which you could then obvioulsy use in your matlab code.
Or is something I would probably have to write a script myself to achieve?
2 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!