logo for matrixlab-examples.com
[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines


Home
Welcome Matrixmania Blog
-> Sitemap / Search <-
-> Books <-
Forums and Help
Contact
Basics Quick Matlab Guide
Matlab Tutorial
Matlab Examples
Matlab Flow Control
Boolean Logic
Plots and GUI Matlab 2D Plots
Matlab 3D Plots
Matlab GUI
Applications Calculus
Linear Algebra
Matlab Cookbook I
Matlab Cookbook II
Electrical Calculations
Probability and Stats
Finance Apps
Other Relevant Links
Notes on Computing
Online Calculators
Fun!
Your own Website?
Terms/Policies
Scilab
leftimage for matrixlab-examples.com

Curve fitting made easy with Matlab



Curve fitting is a technique of finding an algebraic relationship that best fits a given set of data.

Engineers and scientists often want to represent empirical information using a model based on mathematical equations. With the correct model one can determine important characteristics of the data, such as the rate of change along the curve, the minimum or maximum points of 

the function, or the area under the curve, among others.

The goal of data or curve fitting is to find the parameter values that most closely match the data. The models to which data are fitted depend on adjustable parameters.

Here’s a video explanation of how you can use the basic fitting tool that can be found within the figure windows in Matlab.



 From 'Curve Fitting ' to home

 From 'Curve Fitting ' to 'Matlab Programming'
   
Top

Linear Regression

Curvilinear or Lagrange Interpolation



footer for curve fitting with matlab page