How to obtain slop for a curve at each point??
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to estiamte the slop of curve for every point. I attached curve data .
0 commentaires
Réponse acceptée
KSSV
le 15 Oct 2022
load bw2.mat ;
x = N(:,1) ;
y = N(:,2) ;
m = gradient(y)./gradient(x) ;
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interpolation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!