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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 2-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