How can I extrapolate the value for the slope of the line?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
birdnerd007
am 10 Jan. 2020
Bearbeitet: Matt J
am 10 Jan. 2020
I have a loglog plot with a line that contains 5 data points. Is there a way to extrapolate the value of the slope of the line? The slope of the line is the value I need for my equation. Thanks in advanced for your help.
3 Kommentare
Adam Danz
am 10 Jan. 2020
This is linear in log scale so you can follow Matt J's advice by using polyfit and log transforms.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Log Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!