Borrar filtros
Borrar filtros

how to make label y axis specific?

3 visualizaciones (últimos 30 días)
Ibrahim AlZoubi
Ibrahim AlZoubi el 21 de Jun. de 2020
Respondida: Sindar el 25 de Jun. de 2020
I want to make y axis as (0 500 1000) how to do it?
i use I use ylim([1 1000])

Respuestas (1)

Sindar
Sindar el 25 de Jun. de 2020
% if you want a label at 0, make sure to include it in your limits
ylim([0 1000])
yticks([0 500 1000])

Community Treasure Hunt

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

Start Hunting!

Translated by