|
On 8/26/2010 9:19 AM, Chen wrote:
> Dear all,
>
> My problem is like this: I have much more equations than the number of
> unknowns. For example: I have 100000 nonlinear equations but only have
> 25 unknowns. There is no way to get 25 unknowns that would exactly
> satisfy those 100000 equations. I tried blackslash operator (\) which
> uses least squares method, but it does not work well enough.
>
> Does anybody know any other method? Thanks in advance:)
>
>
>
> -Chen
lsqnonlin from the Optimization Toolbox.
Alan Weiss
MATLAB mathematical toolbox documentation
|