Prev: FZERO Error
Next: FZERO Error plus matrx dimensions
From: Kyle on 30 Mar 2010 01:07 Yea...you are right. I got the "add plus" error to go away and now I'm getting the dang "scalar" error again. It just doesn't make sense to me how I am suppose to use the fzero command with values that are not scalars. Should I be taking the absolute value of everything?
From: Gabo on 30 Mar 2010 14:56
Kyle, I'm not sure I follow all the details, but you may want to try FSOLVE (n-dimensional), instead of FZERO (1-dimensional, scalar): http://www.mathworks.com/access/helpdesk/help/toolbox/optim/ug/fsolve.html Gabo |