Filter löschen
Filter löschen

How to change y-axis limit of a histogram

57 Ansichten (letzte 30 Tage)
Mohammad  Ahmed
Mohammad Ahmed am 25 Mai 2014
Kommentiert: Brando Miranda am 26 Mär. 2017
I want to add a histogram to a GUI, but i have to keep it small, when i initiate it, it shows a value of 5000 on y axis whereas the frequency of pixels is less than 500 so i want to decrease it to clearly show the bars. So can anybody tell me on how to change y axis limit in imhist.

Antworten (2)

Image Analyst
Image Analyst am 3 Jun. 2014
Take the log before you display it. Or suppress one of the bins by setting it to zero. You can change the limits with ylim
ylim([0 500]);
  3 Kommentare
José-Luis
José-Luis am 30 Jun. 2016
It would be easier to get an answer by asking a new question, instead of commenting on a two-year old post.
Seems like you might want something like:
R_size.YLim = [minim, maxim]
Brando Miranda
Brando Miranda am 26 Mär. 2017
what if its a hist3 i.e. histogram in 2D

Melden Sie sich an, um zu kommentieren.


jawad mansoor
jawad mansoor am 25 Mai 2014
ye le merey dost :P :D :)
ab khapa arrange ker k rakhi
  3 Kommentare
Mohammad  Ahmed
Mohammad Ahmed am 25 Mai 2014
I tried, but in GUI mode, it is not working, any other suggestions
Brando Miranda
Brando Miranda am 26 Mär. 2017
what if its a hist3 i.e. histogram in 2D

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by