Naming variables from one column Import file
Ältere Kommentare anzeigen
Hello,
I am importing a selected amount of cells from an excel file (selected manually - let's say cells A1:A5) and MATLAB automatically names the variable with the column name (A). Then, when I import cells A6:A10, MATLAB automatically name the variable A again, which overwrites the first variable. It is time consuming to rename the variables manually one by one as I have hundreds of them.
Is there a way to attribute imported cells to a variable name (I have a list of the variables in order) ?
Thank you!
Akzeptierte Antwort
Weitere Antworten (1)
Rik
am 12 Mai 2021
1 Stimme
Don't store data in a variable name.
You should use cell arrays or fields of a struct instead.
1 Kommentar
meryem berrada
am 12 Mai 2021
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!