How to change the y-limit values from low to high?

조회 수: 1 (최근 30일)
Shafali
Shafali 2020년 5월 6일
댓글: Shafali 2020년 5월 6일
I implemented a fractal generation code and obtained the image. Somehow i am getting y limit values starting from high end. It means for y[1,5], ylimit starts from 5 and goes upto 1. I tried ylim([1,5]) as well but no luck. Please help me to change it. Sample code and image are attached for your reference.

채택된 답변

Mehmed Saad
Mehmed Saad 2020년 5월 6일
h = gca;
h.YDir = 'normal'

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by