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!