How can I show two points value in a wave?
1 view (last 30 days)
Show older comments
Dear beloved community,
May I know how I can show two values (x and y axis) from the Simulink scope like this image that I found online:
I use the "Data tip" function, but it only can view once. Then when I press other point, the previous value will vanish.
Will really appreciate if you can help. Thank you.
1 Comment
Mathieu NOE
on 2 Nov 2021
hello
why not simply export your simulink data to matlab workspace and do plots with more capabilities than the simulink scope ?
Answers (1)
Drishan Poovaya
on 10 Nov 2021
A simple workaround is, first right click the scope output and select 'Print display to figure'.
Now you can simply click on points on the new figure that opens up which is identical to the scope output, and select as many points as you need
It will appear as seen in the screenshot below
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!