필터 지우기
필터 지우기

MuPad plot::setDefault( plot::Scal​ing=Constr​ained )

조회 수: 1 (최근 30일)
Billy
Billy 2011년 6월 17일
I'd like to change the default behavior of plot:: to use Constrained scaling.
However this fails:
plot::setDefault( plot::Scaling=Constrained )
Is there a way to do this?

답변 (1개)

Walter Roberson
Walter Roberson 2011년 6월 17일
I haven't looked at that before, but chasing through some pages, it appears to me that possibly you might have to set
plot::CoordinateSystem2d::Scaling
or
plot::CoordinateSystem3d::Scaling

카테고리

Help CenterFile Exchange에서 3-D Function Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by