Modifying Excel column names to legal variables in MATLAB
I have been using MATLAB tables lately. In doing that, MATLAB will store meta data with your numeric data. I was bringing data in from Excel files. Each column name will eventually become a variable name. If these column names include characters like ‘(‘ then they can not be MATLAB variable names. Rather than modify the Excel files, I just modified the column names before making the table in MATLAB.
- Category:
- Level: Advanced
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.