关于matlab中关于两个变量画图的问题,其中两个变量之间有关系
发布网友
发布时间:2022-12-24 16:09
我来回答
共1个回答
热心网友
时间:2023-10-09 13:01
syms P1;
syms P3;
syms W3;
p3 = ezplot('2*atan((200-100*sin(P1)-((200-100*sin(P1))^2+(-100*cos(P1))^2-40^2)^0.5)/(-100*cos(P1)-40))',[0,6]);
figure,
W3 =ezplot('100*10*sin(p1-p3)/(200*cos(p3)+sin(p3-p1))',[0,6]);
按上面语句试试追问ORZ还是45°的斜线啊,没办法的话就只能直接复制P3去第二条代码去了