how to load and run an excel(csv) data in matlab?? plz help
조회 수: 7 (최근 30일)
이전 댓글 표시
how to load and run an excel(csv) data in matlab?? plz help
댓글 수: 0
답변 (2개)
Image Analyst
2012년 2월 21일
I know what load means. You can use xlsread() if it's an xls file or an xlsx file, or csvread() if it's a csv file.
But what do you mean by "running the data"? Wouldn't that just be your code for processing it in whatever way you want to process it???
Adnan
2012년 2월 21일
use xlsread('Filename.CSV')
for more option type: "help xlsread" (without the quotations).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!