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.
- 类别:
- Level: Advanced
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。