Is it better to import data directly from an Excel file?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Cynthia Moore
am 19 Apr. 2020
Beantwortet: Cynthia Moore
am 20 Apr. 2020
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 Kommentare
darova
am 19 Apr. 2020
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
am 19 Apr. 2020
- 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
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!