如何用MATLAB解这个方程?如图
1个回答
展开全部
syms theta theta0 phi L s
theta=solve(cos(theta)*exp((theta-theta0)*tan(phi))==cos(theta0)-L+s,theta)
结果是:
警告: Cannot find explicit solution.
> In solve (line 316)
theta =
Empty sym: 0-by-1
说明,没有解出来。改进之法是减少未知量的个数,最好是只留一、二个未知量。
theta=solve(cos(theta)*exp((theta-theta0)*tan(phi))==cos(theta0)-L+s,theta)
结果是:
警告: Cannot find explicit solution.
> In solve (line 316)
theta =
Empty sym: 0-by-1
说明,没有解出来。改进之法是减少未知量的个数,最好是只留一、二个未知量。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询