Technical discussion about Matlab and issues related to Digital Signal Processing.
Dear all, Im getting started with matlab. My problem is same as that of Alexander who has recently posted a thread. When im using functions like fminsearch or lsqnonline of fsolve etc., my answer changes with the initial guess. What are the possible reasons for this.
Hi, these solvers find the local minima, and not the global minima. Thatīs the point. Always when you change initial guess the results will be differents. Read the help, it will help you. Regards. 2008/5/30 <n...@rediffmail.com>: > Dear all, > Im getting started with matlab. My problem is same as that of Alexander who > has recently posted a thread. When im using functions like fminsearch or > lsqnonline of fsolve etc., my answer changes with the initial guess. What > are the possible reasons for this. > -- Francisco Marcuzzo