필터 지우기
필터 지우기

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 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