早教吧作业答案频道 -->英语-->
whatstheproblemwithmymatlabcode?andhowtofixit,thankyou!eq1='1+2*y+4*z=3*x^(-2)';eq2='2+4*x+3*z=3*y^(-2)';eq3='3+4*x+3*y=3*z^(-2)';[x,y,z]=solve(eq1,eq2,eq3,'x,y,z')thesystemalwayssays"Undefinedfunction'solve'forinputargumentsoft
题目详情
whats the problem with my matlab code?and how to fix it,thank you!
eq1='1+2*y+4*z=3*x^(-2)';
eq2='2+4*x+3*z=3*y^(-2)';
eq3='3+4*x+3*y=3*z^(-2)';
[x,y,z]=solve(eq1,eq2,eq3,'x,y,z')
the system always says "Undefined function 'solve' for input arguments of type 'char'."
eq1='1+2*y+4*z=3*x^(-2)';
eq2='2+4*x+3*z=3*y^(-2)';
eq3='3+4*x+3*y=3*z^(-2)';
[x,y,z]=solve(eq1,eq2,eq3,'x,y,z')
the system always says "Undefined function 'solve' for input arguments of type 'char'."
▼优质解答
答案和解析
函数不正确,你丫上课没好好听啊这是
看了whatstheproblem...的网友还看了以下:
matlab solve [sig1,sig2] = solve('sig1^2+sig^2 = 2020-05-16 …
这种方法确实对的,但是如果求出来的x不止一个,而我只想要最小的哪一个,应该怎么处理?用table, 2020-05-16 …
matlab解方程解不出来了新手求救>>symsu>>p=0.8*u-0.8*u.*u./2.4- 2020-06-15 …
Mathematica画图的一个问题sol = Solve[{m^2 + n^2 == 36,(m 2020-06-27 …
matlab求解globalabcdev;a=1;b=0;c=-1;d=0;e=1.5;v=1.5 2020-07-24 …
matlab解方程的问题我用SOLVE解,运行很慢,且出现错误,是怎么回事啊,求教,symsx;s 2020-07-24 …
whatstheproblemwithmymatlabcode?andhowtofixit,than 2020-10-31 …
用matlab解这样一个方程组怎么解不出来啊[x,y,z]=solve('x^2+y^2+z^2=r 2020-10-31 …
maple不等方程组solve({-(-u^3/3-e*u^2/2+u)>-(e^2+4)^(3/2 2020-10-31 …
这是一个计算中断概率的程序,程序运行到q(i)=1-exp(-(Ncsma*Prs(1-PrR))) 2020-11-01 …