2 problems about coloring
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
There are 2 problems that I've been working for hours but couldn't get the good result (and sorry for my bad english but I tried to make the question as understandable as possible)
1) I have a circle x^2+(y-1)^2=1 and 2 line y=x, y=-x cut the circle, so I want to color the biggest closed area within those line and curve (from pi/4 to 3pi/4 radian). I tried to use the fill() but all failed.
2) I have 2 3d plot on 1 table and want to color each plot to discriminate them
Ex : x^2 +y^2 and e^x + e^y
I tried to use the set() but only the ezplot for 2d successed, the ezsurf for 3d couldn't. And why couldn't I give a variable for the ezsurf() ?
Ex : a= ezplot => ok
a= ezsurf => error
I'm very appreciated, thank you very much
0 件のコメント
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!