필터 지우기
필터 지우기

How can I create a Line Point Chart in Matlab, with data source from Excel

조회 수: 1 (최근 30일)
Nguyen
Nguyen 2013년 5월 17일
Excel can create a Line Point Chart. However, it is impossible to export this chart to eps file. I want to recreate the above Chart by using matlab, with data source is imported from Excel sheet. How can I do about that

답변 (1개)

Iain
Iain 2013년 5월 17일
편집: Iain 2013년 5월 17일
You can use the xlsread function to read data from an excel spreadsheet.
It will read the spreadsheet into variables, and with the right arguments, it will let you manually select the data to import. - I suggest you look at the help for xlsread.
The "plot" function will let you generate basic line or scatter plots.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by