MuPad plot::setDefault( plot::Scaling=Constrained )
4 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
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
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!