フィルターのクリア

Area enclosed by 2 functions ABOUT THE Y-AXIS

1 回表示 (過去 30 日間)
Duncan Weakley
Duncan Weakley 2020 年 12 月 6 日
コメント済み: Duncan Weakley 2020 年 12 月 6 日
Hi there, I am struggeling with this.
I need to determine the area enclosed by:
x^2 - y^2 = 4
AND
x=5
About the Y-AXIS
all ive gotten sofar is the following...
  2 件のコメント
Image Analyst
Image Analyst 2020 年 12 月 6 日
編集済み: Image Analyst 2020 年 12 月 6 日
No one can run an image. Make it easy for people to help you : post the actual code or attach the m-file with the paper clip icon. Why did you post an image instead of code? Is this homework?
Duncan Weakley
Duncan Weakley 2020 年 12 月 6 日
hold all
i = fimplicit(@(x,y) x.^2-y.^2-4, [0 5 -5 5]); % x interval then y interval
xline(5);
hold off
int_i = pi*int(@(x,y) x.^2-y.^2-4,0,5)
sorry about that

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by