how to use plot?
显示 更早的评论
syms x
th=[0:0.05:1.57];
[x]=solve('cos(th+x)=0','x')
i wanna show graph about x-axis--->th,y-axis--->x
i use function solve.
but it calls just
x =
pi/2 - th
i want vector x that extracted by th.
then i wanna see plot at x-axis--->th,y-axis--->x
how to i solve it?
thank you for reading
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 2-D Function Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!