How to observe this portion of the graph

1 view (last 30 days)
When I plot the fourier transform of I obtained the following graph:
As you can note, on the horizontal part of the signal, the value of the output is essentially negligible for the eye but is actually non-zero now I was wondering if its possible to zoom in on the graph or scale it in a way to see this non-zero output. But I am unaware of any method. I hope someone can assist me.

Accepted Answer

DGM
DGM on 1 May 2021
There are view control tools in the figure toolbar/menu.
In newer versions, there's also contextual axes toolbars.
You could also try setting ylim([0 1E-5]) or something to change the view extents.

More Answers (0)

Categories

Find more on Data Exploration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!