help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fit a multidimensional function


From: oxy
Subject: fit a multidimensional function
Date: Tue, 20 Dec 2022 19:11:35 +0100

Hi,

I wanna fit a function with 2 domains:
F=@(x1, x2, p)      p(1)*x1  +  p(2)*x2;

p is a vector with the optimization parameters. I cannot use leasqr
because it can only accept one x-dimension. Do you have suggestions
for me?

Thanks a lot!
oxy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]