Clear Filters
Clear Filters

I'm plotting a 2d function and there is not trace button in the plot window. How do I add the trace button?

4 views (last 30 days)
I'm plotting a 2d function and there is not trace button in the plot window. How do I add the trace button?
I want step through the 1072 points to look for data at a specific point.
How do I cadd the trace button so it is dispalyed when I create plots

Answers (1)

Kumar Pallav
Kumar Pallav on 28 Sep 2021
From my understanding, you would like to view the coordinate points in the graph. You could open the figure in a new window, and hover the mouse over the points to know the coordinates at a specific point.
Additionally, you could use data tips option from the figure window axes toolbar to display the coordinates of a data point.
Refer this to know more about interaction with plotted data.
Hope this helps!

Categories

Find more on Visual Exploration in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!