谢谢ChaChing!可能有一些无解,运行后出现错误:
Warning: Explicit solution could not be found.
> In solve at 140
In sym.solve at 49
??? Function 'eval' is not defined for values of class 'double'.
Error in ==> eval at 44
[varargout{1:nargout}] = builtin('eval', varargin{:});
Error in ==> sym.double at 45
D = reshape(eval(X),siz);
Error in ==> sym.subs at 66
if isempty(vars), NEWf = double(OLDf); return, end
请问该如何解决呢?谢谢!