When the enumeration of the Excel cell with the name: CalculationFree, I want to use this cell as a variable in Matlab:
2 ビュー (過去 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
2 件のコメント
回答 (1 件)
Stephen23
2016 年 2 月 5 日
編集済み: Stephen23
2019 年 6 月 25 日
2 件のコメント
Stephen23
2016 年 2 月 10 日
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.
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!