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

How to plot (x,y) subjected to the equation cot(y) - cot(x) = 1.

 採用された回答

Walter Roberson
Walter Roberson 2017 年 12 月 19 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by