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

1 visualizzazione (ultimi 30 giorni)
Draw the curve in the x–y plane for which ||(x; y)||inf = 2

Risposte (2)

Walter Roberson
Walter Roberson il 1 Feb 2017
Modificato: Walter Roberson il 1 Feb 2017
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 il 1 Feb 2017
plot([-2,2,2,-2,-2],[-2,-2,2,2,-2],y-)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by