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

1 vue (au cours des 30 derniers jours)
Coupe Honda
Coupe Honda le 1 Fév 2017
Draw the curve in the x–y plane for which ||(x; y)||inf = 2

Réponses (2)

Walter Roberson
Walter Roberson le 1 Fév 2017
Modifié(e) : Walter Roberson le 1 Fév 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 le 1 Fév 2017
plot([-2,2,2,-2,-2],[-2,-2,2,2,-2],y-)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by