what kind function of this?

Xcp = fminsearch(@(x,pexp) fconst(x,Pexp),[1])
I have previously:
Pexp =[3 4 6 7 8 9 2 3 ]

 Réponse acceptée

the cyclist
the cyclist le 11 Avr 2013

0 votes

fminsearch() is a MATLAB function that find a local minimum of the input function.
I don't recognize fconst(), and your code gives me an error because MATLAB can't find it. Is that a function you wrote?

3 commentaires

uncung fgv
uncung fgv le 11 Avr 2013
Modifié(e) : uncung fgv le 11 Avr 2013
thx.
we have:
function y=fnconst(x,pexp);
and what is :
@
[1]?
Walter Roberson
Walter Roberson le 11 Avr 2013
@ indicates an anonymous function.
uncung fgv
uncung fgv le 11 Avr 2013
thx

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Function Creation dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by