Interactive regression on a plot

Perform regression on plotted data in a figure by manually choosing the regression area.

Ahora está siguiendo esta publicación

Plot data in a figure, and then interactively choose regression area. The result from polyfit is returned.
Example:
x=1:1:10;y=sin(x);
f=figure; plot( x,y );
[p,h] = figreg( f, 2 );
%fit a second order polynom to selected region in plot

Citar como

Ivar Eskerud Smith (2026). Interactive regression on a plot (https://la.mathworks.com/matlabcentral/fileexchange/28546-interactive-regression-on-a-plot), MATLAB Central File Exchange. Recuperado .

Categorías

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

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0