Differences between Octave and Matlab: Difference between revisions
Jump to navigation
Jump to search
Differences between Octave and Matlab (view source)
Revision as of 15:52, 14 April 2024
, 14 April 2024→Graphical Curve Fitting Tool
(Add function from manual on detecting whether you're running Octave) |
|||
Line 24: | Line 24: | ||
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]. | |||
==Nested Functions== | ==Nested Functions== |