Finding minimum value from a graph
6 views (last 30 days)
Show older comments
I have plotted a graph using the code below.
This produces a varied scatter graph. How would I find the minumum y value and then in turn find the corresponding x value to this?
dataset3 = FullData(1:100:end)';
plot(time_ms,dataset3);
xlabel('Time(ms)');
ylabel('Displacement (mm)');
title('Results: 10V');
grid on
0 Comments
Answers (1)
See Also
Categories
Find more on Scatter Plots 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!