How to obtain slop for a curve at each point??
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Surendra Ratnu
am 15 Okt. 2022
Kommentiert: KSSV
am 15 Okt. 2022
I want to estiamte the slop of curve for every point. I attached curve data .
0 Kommentare
Akzeptierte Antwort
KSSV
am 15 Okt. 2022
load bw2.mat ;
x = N(:,1) ;
y = N(:,2) ;
m = gradient(y)./gradient(x) ;
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Mobile 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!