Limit the x values that are shown in the histogram

2 views (last 30 days)
Hi,
I created a histogram but i dont want the x values of 0-64 are shown. How can i limit the x output?

Accepted Answer

Mathias Andersen
Mathias Andersen on 3 May 2020
xlim([64 100]) or change the numbers to whatever bounds you want to have.

More Answers (0)

Tags

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!