I presented fminsearch function , an alternative faster implementation of optimization function is fminunc(func,initial).
Here is an example from help :
x = fminunc(@(x) 5*x(1)^2 + x(2)^2,[5;1])
I scream, you scream we all scream for ice scream I run, you run we all run for ayran
No comments:
Post a Comment