Set default interval for plot/fimplicit

조회 수: 1 (최근 30일)
Yannick Ongena
Yannick Ongena 2020년 5월 15일
Is there a way to set the default interval for plot functions like plot, ezplot, fimplicit so I don't have to specify each time?
What I do now is specify the interval in a variable and provide that for each function.
I'm coming from a python notebook world and there we could set these things in options so was wondering if similiar things exist in matlab or if my solution is the best...
interval = [-20,20]
fimplicit(f1,interval)
hold on
fimplicit(f2,interval)
fimplicit(f3,interval)

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by