How can i make use of csv file format in my matlab coding
显示 更早的评论
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 个评论
per isakson
2012-9-19
Searc for "Importing Text Data Files" in the help
采纳的回答
更多回答(1 个)
Thomas
2012-9-19
1 个投票
try the csvread command
类别
在 帮助中心 和 File Exchange 中查找有关 Large Files and Big Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!