Limit axis while axis equal

조회 수: 4 (최근 30일)
Eugène PLANTEUR
Eugène PLANTEUR 2020년 4월 15일
Hello everyone !
The title might not be clear, so here's my problem: I want to limit my axis while axis equal is active. Here's waht I mean:
plot(fct)
axis equal
xlim([0 10])
ylim([-5 5])
When I run that, I don't get anything on my graph. The best solution I've found is to remove xlim and ylim and then use the zoom tool in the plot window to have a "good" window for my graph.
I hope I've been clear enough, thanks in advance !

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by