Matlab Import wizard converts mix format (text and numeric) to numeric
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I am importing a text file using the import wizard. For some reason matlab turns the header row into numbers AND names all of the data columns starting as Varname.
The headers I want to import are both text and numbers for example V(001). Matlab converts it to 1.0 and name the column to Varname3.
I would like the variable name to be V(001).
How can I get the wizard to import it this way instead of converting to numeric?
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!