How can I show two points value in a wave?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Mathieu NOE
2021-11-2
hello
why not simply export your simulink data to matlab workspace and do plots with more capabilities than the simulink scope ?
回答(1 个)
Drishan Poovaya
2021-11-10
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!