help-octave
[Top][All Lists]
Advanced

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

Re: Optimise function


From: Nir Krakauer
Subject: Re: Optimise function
Date: Wed, 2 Mar 2016 10:01:58 -0500


How about 

function result = obj(Angletweak)
  .... [obtain D]
  result = D(4, 9)
endfunction

[xmin, fval] = fminsearch (@obj, Angletweak_initial_guess);

reply via email to

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