Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
Shafali
Shafali el 6 de Mayo de 2020
Comentada: Shafali el 6 de Mayo de 2020
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.

Respuesta aceptada

Mehmed Saad
Mehmed Saad el 6 de Mayo de 2020
h = gca;
h.YDir = 'normal'

Más respuestas (0)

Categorías

Más información sobre Fractals en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by