syms x t
f=x+t;
错误: 文件: mupadengine.m 行: 183 列: 5
非法使用保留关键字 "methods"。
出错 symengine
出错 sym (line 193)
symengine;
出错 syms (line 232)
defined = sym(zeros(1, length(args)));
出错 linear1D (line 24)
syms x t
如果只有这两行代码的话是不应该报错的,可能需要重装一下matlab