what kind function of this?

1 visualizzazione (ultimi 30 giorni)
uncung fgv
uncung fgv il 11 Apr 2013
Xcp = fminsearch(@(x,pexp) fconst(x,Pexp),[1])
I have previously:
Pexp =[3 4 6 7 8 9 2 3 ]

Risposta accettata

the cyclist
the cyclist il 11 Apr 2013
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 Commenti
Walter Roberson
Walter Roberson il 11 Apr 2013
@ indicates an anonymous function.
uncung fgv
uncung fgv il 11 Apr 2013
thx

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by