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

1 次查看(过去 30 天)
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

回答(1 个)

Stephen23
Stephen23 2016-2-5
编辑:Stephen23 2019-6-25

Community Treasure Hunt

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

Start Hunting!

Translated by