Crop image from imagesc, after creating the image.

7 visualizzazioni (ultimi 30 giorni)
Ben Avnit
Ben Avnit il 23 Gen 2022
Commentato: Voss il 23 Gen 2022
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

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Image Processing and Computer Vision in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by