When the enumeration of the Excel cell with the name: CalculationFree, I want to use this cell as a variable in Matlab:

1 Ansicht (letzte 30 Tage)
Hello,
When the enumeration of the Excel cell with the name: CalculationFree
I want to use this cell as a variable in Matlab:
A=1;
Forest'CalculationFree'=A;
Forest'CalculationFree'=1
or
A=1;
CalculationFree'=A;
CalculationFree'=1
I do not know, How to convert string for variable in Matlab.
Thank you for answer
  2 Kommentare
Jaroslav Keprt
Jaroslav Keprt am 10 Feb. 2016
Because I have a big file with measured data. There's a lot of column, and it has its own name. I want these columns as individual variables in Matlab (and time)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Stephen23
Stephen23 am 5 Feb. 2016
Bearbeitet: Stephen23 am 25 Jun. 2019
  2 Kommentare
Stephen23
Stephen23 am 10 Feb. 2016
My pleasure. It really is a bad idea to import your data into lots of dynamically defined variables. Just import the data into one variable (a cell or structure) and this will make your code simpler, faster, and more robust.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by