How can i make use of csv file format in my matlab coding
Show older comments
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 Comment
per isakson
on 19 Sep 2012
Searc for "Importing Text Data Files" in the help
Accepted Answer
More Answers (1)
Thomas
on 19 Sep 2012
1 vote
try the csvread command
Categories
Find more on Large Files and Big Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!