MATLAB: Select a point in Scope Graph

magnitude

How do I select a point in the graph generated using the scope? I want to know the magnitude of the graph.

Best Answer

For what I can see you can't do it directly in the scope (matlab 2008b), some options:
#1 Export the signals to matlab and analyse them in there, you can save the scope data in a scope option or use the To Worspace block.
#2 Using the MinMax Running Resettable you can see the magnitude max and min of your signal, send the output of that block to one display block.