Linear Combination of Functions

linfit(vx,vy,F) Returns a vector containing the parameters used to create a linear combination of the functions in vector F which best approximates the data in vx and vy in the least-squares sense.

Arguments:

Notes:

QuickSheet

Related Topics