如何使用生成的动态变量?
我在Matlab中用eval函数创建了一些动态变量,现在我需要使用这些变量,我的意思是我需要检查这些变量的值(例如在条件-if end-中)或对这些变量执行任何其他操作! !但我不知道怎么办?! 你有什么想法吗?
I made some dynamic variable with eval function in Matlab,Now I need to use these variables, I mean I need to check the value of these variable(for example in a condition-if end-) or do any other operations with these variable!! but I don't know how?!
do you have any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像任何其他变量一样使用通过
eval
创建的变量:You can use a variable created with
eval
like any other variable: