フィルターのクリア

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 Center および File ExchangeSpreadsheets についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by