How to put lines with pre-defined slopes on a plot
Show older comments
Hi all. I want to put lines with pre-defined slopes (i.e. between 0.85 and 1.15) onto a matlab plots. Any help is much appreciated.Thanks

3 Comments
Jan
on 29 Apr 2021
What exactly is your question? Draw the lines with the line() command.
Qaisar Latif
on 30 Apr 2021
Mathieu NOE
on 30 Apr 2021
hello
you simply have to compute the derivative of your data (gradient )and search the points where the slope reaches the two targeted values
it's then fairly simple to draw a portion of line knowing the x and y coordinates and the slope
Answers (0)
Categories
Find more on Log 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!