概述
记录一下自己最近遇到的问题
在matlab自定义函数(function)中怎么引入工作区变量(使用evalin函数)
x_inner = evalin(‘base’, ‘x’);
evalin Evaluate expression in workspace.(evalin提取工作区中的变量)
evalin(WS,'expression') evaluates 'expression' in the context of the workspace WS. WS can be 'caller' or 'base'. It is similar to EVAL except that you can control which workspace the expression is evaluated in.(工作区WS也称为‘caller’或‘base’)
[X,Y,Z,...] = evalin(WS,'expression') returns output arguments from the expression.
eval函数的用法
参考:https://blog.csdn.net/sinat_32547403/article/details/53256463
最后
以上就是甜美小丸子为你收集整理的matlab基础-matlab中evalin函数的全部内容,希望文章能够帮你解决matlab基础-matlab中evalin函数所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复