Clear Filters
Clear Filters

Update Matlab xlsread when original Excel file is modified

5 views (last 30 days)
Hi everyone! I'm working in a big Excel file and I need to import data in Matlab to perform some operations. I used the import tool and it works fine, provided some adjustments to variables' names (the data are stored in a table with headers, and that helps a lot).
The autogenerated code reads a certain interval in the Excel file.
What if I want to add an extra column in the Excel that I don't need to import in Matlab? It will shift the data that I need.
How can I automatically take such a change into account and still import the correct columns?

Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!