Ben9172
Ben9172

Reputation: 11

Crop image from imagesc

As the title says, I got my results as shown HERE.
But everything under f_bias = 0 isn't relevent.
How can I take "take" the relevent part? (or cut the irrelevent part)

Upvotes: 0

Views: 44

Answers (1)

Ben9172
Ben9172

Reputation: 11

I set the axes YLim to the relevant part. In this case:

set(gca(),'YLim',[0 1]);

Upvotes: 1

Related Questions