Borrar filtros
Borrar filtros

Hi all, i have fitted a Four Parameters Logistic Regression for my X and Y data. i want to find the local slope of each data point, i would appreciate if somebody can help me on this , the attached image shows the fit

1 visualización (últimos 30 días)

Respuesta aceptada

Ben Drebing
Ben Drebing el 21 de Dic. de 2017
Do you mean you want to calculate the slope at each point along the curve? If your curve is given by x and y, then you can get the slope at each point along the curve by doing
slopes = diff(y) ./ diff(x);

Más respuestas (0)

Categorías

Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by