How to define a multivariable function (for instance an anonymous function) of a number of variables that varies according to the size of an array variable?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have two vectors input and output ,where S is the number of samples
I want to solve this problem as nonlinear least-squares (nonlinear data-fitting), so I have to define my anonymous function as follow
,where L is the number of coefficients and X is the regression matrix of x
How to define vector of coefficients ?!
2 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Systems of Nonlinear Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!