早教吧作业答案频道 -->其他-->
Matlab出现isnotavalidexpressionorequation.clear;symsthetax;solve('9.8*x*x/(tan(theta)*tan(theta))-(2*240000*(sqrt(7)-sqrt(4*cos(theta)+5))-196*(25+100)*(sin(theta)-sqrt(3)/2))*x/((1/3*5+100)*tan(theta))+9.8*x*x-2*10*sin(theta)*(240000*(sqrt
题目详情
Matlab出现is not a valid expression or equation.
clear;syms theta x;solve('9.8*x*x/(tan(theta)*tan(theta))-(2*240000*(sqrt(7)-sqrt(4*cos(theta)+5))-196*(25+100)*(sin(theta)-sqrt(3)/2))*x/((1/3*5+100)*tan(theta))+9.8*x*x-2*10*sin(theta)*(240000*(sqrt(7)-sqrt(4*cos(theta)+5))-196*(25+100)*(sin(theta)-sqrt(3)/2))/(1/3*50+100)=0',x);
clear;syms theta x;solve('9.8*x*x/(tan(theta)*tan(theta))-(2*240000*(sqrt(7)-sqrt(4*cos(theta)+5))-196*(25+100)*(sin(theta)-sqrt(3)/2))*x/((1/3*5+100)*tan(theta))+9.8*x*x-2*10*sin(theta)*(240000*(sqrt(7)-sqrt(4*cos(theta)+5))-196*(25+100)*(sin(theta)-sqrt(3)/2))/(1/3*50+100)=0',x);
▼优质解答
答案和解析
(1/3*50+100)=0',x); 这个位置的等号用“==”
看了 Matlab出现isnota...的网友还看了以下: