finding slope of the graph
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need find the slope of the first cycle of this graph. If anyone has any ideas please let me kniow.
2 comentarios
John D'Errico
el 3 de Feb. de 2023
Since a cycle is a periodic thing, the slope will vary from positive to negative. What do you mean by the slope of the cycle?
Is it the slope of the first part of that curve? If so, then just take only the first few points, and use polyfit(x,y,1).
Respuestas (1)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!