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!