主题:[讨论]syms难题
chuangjunc
[专家分:0] 发布于 2007-11-29 16:31:00
现在syms r x y不能用了,单个sym r;sym x;sym y还可以用
用type syms 仍能看到它的方档。
请教各位大侠这是什么问题?如何解决
回复列表 (共2个回复)
沙发
chuangjunc [专家分:0] 发布于 2007-11-30 08:34:00
syms x y之后出???Attempt to execute SCRIPT syms as a function.
现在sym x;sym y;y=x^2之后是???Undefined fuction or variable 'x'.
在workspace中也没有x,y这两个符号变量,whos之后也没变量,但如果定义了数值变量,还是可以找到的
板凳
cxf208 [专家分:40] 发布于 2007-11-30 08:52:00
你试着将内存中的变量清空一下再试试。有可能你的x,y已经用过了。
我来回复