How do I produce a graph of the slope of a group of data points?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mark
am 12 Jun. 2014
Bearbeitet: José-Luis
am 12 Jun. 2014
I am currently working with a set of historical price points, and I am looking to graph the slope of the changes over time. The data, however, is too erratic to create an effective best fit curve. I am fairly unfamiliar with Matlab. Is there a way to do this effectively?
11 Kommentare
Akzeptierte Antwort
José-Luis
am 12 Jun. 2014
plot(diff(y));
Please read the documentation to see how diff() works.
Please accept an answer when your problem has been solved.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects 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!