Crop image from imagesc, after creating the image.

7 次查看(过去 30 天)
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

回答(1 个)

Voss
Voss 2022-1-23
You can set the axes YLim to the relevant part. In your case:
set(gca(),'YLim',[-1 0]);

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by