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

2 次查看(过去 30 天)
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