How can i make use of csv file format in my matlab coding
Ältere Kommentare anzeigen
i have vibration data store from machine in csv file format. i tried to load data to Matlab by command " load vib_data.csv" but it fails to work.
1 Kommentar
per isakson
am 19 Sep. 2012
Searc for "Importing Text Data Files" in the help
Akzeptierte Antwort
Weitere Antworten (1)
Thomas
am 19 Sep. 2012
1 Stimme
try the csvread command
Kategorien
Mehr zu Vibration Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!