Draw the curve in the x–y plane for which ||(x; y)||inf = 2

1 回表示 (過去 30 日間)
Coupe Honda
Coupe Honda 2017 年 2 月 1 日
回答済み: Roger Stafford 2017 年 2 月 1 日
Draw the curve in the x–y plane for which ||(x; y)||inf = 2

回答 (2 件)

Walter Roberson
Walter Roberson 2017 年 2 月 1 日
編集済み: Walter Roberson 2017 年 2 月 1 日
If you have R2016b or later, you can use fimplicit() to do the drawing. The appropriate anonymous function is not difficult once you know the definition of infinity norm.
For earlier versions there are a variety of ways, including creating a contour plot.

Roger Stafford
Roger Stafford 2017 年 2 月 1 日
plot([-2,2,2,-2,-2],[-2,-2,2,2,-2],y-)

カテゴリ

Help Center および 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