MATLAB符号变量定义
>>F=[2*x(1)-x(2)-exp(-x(1)),-x(1)+2*x(2)-exp(-x(2))]???Undefinedfunctionormethod'x'fo...
>> F=[2*x(1)-x(2)-exp(-x(1)),-x(1)+2*x(2)-exp(-x(2))]
??? Undefined function or method 'x' for input arguments of type 'double'.
>> syms x;
>> F=[2*x(1)-x(2)-exp(-x(1)),-x(1)+2*x(2)-exp(-x(2))]
??? Index exceeds matrix dimensions.
各位大侠帮帮忙?怎么定义符号变量数组? 展开
??? Undefined function or method 'x' for input arguments of type 'double'.
>> syms x;
>> F=[2*x(1)-x(2)-exp(-x(1)),-x(1)+2*x(2)-exp(-x(2))]
??? Index exceeds matrix dimensions.
各位大侠帮帮忙?怎么定义符号变量数组? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询