Crop image from imagesc, after creating the image.

7 views (last 30 days)
As the title says, I got my results as shown . <br/>
But everything under f_bias = 0 isn't relevent. <br/>
How can I take "take" the relevent part? (or cut the irrelevent part)
[1]: https://i.stack.imgur.com/9JkUA.png

Answers (1)

Voss
Voss on 23 Jan 2022
You can set the axes YLim to the relevant part. In your case:
set(gca(),'YLim',[-1 0]);
  2 Comments
Voss
Voss on 23 Jan 2022
You're welcome! If that solves the problem, please mark the answer as 'Accepted'. Thanks!

Sign in to comment.

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!