I have a CSV file and would like to use the data in MATLAB but I am unsure of how to do so. I would like to store the data in a table. How can I do this? 

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2017년 7월 12일

3 개 추천

There are two ways to do this:
1) use the 'readtable' function: 
https://www.mathworks.com/help/matlab/ref/readtable.html
2) In the "Home" tab -> Select "Import Data" button -> Select CSV file -> Output Type: "Table" -> Click "Import Selection" button
Both will yield a table in your workspace that you can use within MATLAB. 
 

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

제품

릴리스

R2017a

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by