필터 지우기
필터 지우기

Is it better to import data directly from an Excel file?

조회 수: 2 (최근 30일)
Cynthia Moore
Cynthia Moore 2020년 4월 19일
답변: Cynthia Moore 2020년 4월 20일
I want to generate some graphs of blood glucose readings stored in Excel. The Excel files have a lot of other data besides the readings columns. I have been reading the help sections on importing data. It is not clear to me whether it is better to import the data directly from the Excel file and then filter it or export just the data I want to plot from Excel to a CSV file and import that.
I am inclined to import directly from the Excel file and filter if that works. That would save a step and I would have the latest data.
I assume that I can set it up so that MatLab can refresh the import whenever I want a new plot, right?
  댓글 수: 3
darova
darova 2020년 4월 19일
Why do you ask such things? Do you any doubts? You can easily import data from Excel using readmatrix
Just specify range if you need only specific cells
darova
darova 2020년 4월 19일
  • I assume that I can set it up so that MatLab can refresh the import whenever I want a new plot, right?
Yes, of course

댓글을 달려면 로그인하십시오.

채택된 답변

Cynthia Moore
Cynthia Moore 2020년 4월 20일
Thanks, dpb.

추가 답변 (0개)

카테고리

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