Using in-line function with fminbnd
Mostra commenti meno recenti
hello
I have created a separate handler (minusF) to deal with function maximum (fminbnd -f). However this needs an in line function. I get errors when using this. Will someone please instruct me on in line creation?
Thanks.
1 Commento
Stephen23
il 11 Set 2015
Don't use inline functions, use a function handle instead. They are much better for defining functions, and have many advantages over inline functions (which are considered essentially obsolete).
Risposta accettata
Più risposte (1)
Gavin Seddon
il 11 Set 2015
0 voti
Categorie
Scopri di più su Function Creation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!