Differences between Octave and Matlab: Difference between revisions
Differences between Octave and Matlab (view source)
Revision as of 15:54, 14 April 2024
, 14 April 2024→Graphical Curve Fitting Tool
Line 25: | Line 25: | ||
You can use polyfit or the packages [https://octave.sourceforge.io/signal/ signal] or [https://octave.sourceforge.io/optim/ optim] to achieve these task but these are not graphical tools. | You can use polyfit or the packages [https://octave.sourceforge.io/signal/ signal] or [https://octave.sourceforge.io/optim/ optim] to achieve these task but these are not graphical tools. | ||
A tool moving closer to the curve fitting toolbox is available for linear regression [https://andreasstahel.github.io/Octave/FitTool.m] and for nonlinear regression [https://andreasstahel.github.io/Octave/FitToolNL.m]. Find documentation in the file [https://andreasstahel.github.io/Octave/CurveFit.pdf]. | A tool moving closer to the curve fitting toolbox is available for linear regression [https://andreasstahel.github.io/Octave/FitTool.m FitTool.m] and for nonlinear regression [https://andreasstahel.github.io/Octave/FitToolNL.m FitToolNL.m]. Find documentation in the file [https://andreasstahel.github.io/Octave/CurveFit.pdf CurveFit.pdf]. | ||
==Nested Functions== | ==Nested Functions== |