各位matlab大侠,我在试一个matlab程序时出现问题,求解答啊,问题在补充部分
先初始化一个2阶零矩阵,a=zeros(2);然后想把一个syms类型的变量放进去,整个程序是这样的:a=zeros(2);symsa12a(1,2)=a12;运行的时候...
先初始化一个2阶零矩阵,a=zeros(2); 然后想把一个syms类型的变量放进去,整个程序是这样的:
a=zeros(2);
syms a12
a(1,2)=a12;
运行的时候就出现了一个问题
??? The following error occurred converting from sym to double:
Error using ==> sym.double at 25
DOUBLE cannot convert the input expression into a double array.
If the input expression contains a symbolic variable, use the VPA function instead.
这是提示的对话框,怎样解决啊?求大神出现。 展开
a=zeros(2);
syms a12
a(1,2)=a12;
运行的时候就出现了一个问题
??? The following error occurred converting from sym to double:
Error using ==> sym.double at 25
DOUBLE cannot convert the input expression into a double array.
If the input expression contains a symbolic variable, use the VPA function instead.
这是提示的对话框,怎样解决啊?求大神出现。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询