How to plot (x,y) subjected to any function.

1 次查看(过去 30 天)
How to plot (x,y) subjected to the equation cot(y) - cot(x) = 1.

采纳的回答

Walter Roberson
Walter Roberson 2017-12-19
fimplicit(@(x,y) cot(y)-cot(x)-1)
  2 个评论
Anshuman S
Anshuman S 2017-12-19
will this give the results in degrees ? for x and y
Walter Roberson
Walter Roberson 2017-12-19
No it will not. cot() is for radians. If you want degrees you should have specified cotd()
fimplicit(@(x,y) cotd(y) - cotd(x) - 1, [-720 720 -720 720])

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by