How to interpret this result max on a function just like using fplot on function?
Mostra commenti meno recenti
How do we explain this result from MATLAB?
>> max('sin(x)')
ans =
120
Also help of max says
"POLYNOM/max find maximum of polynomial if it exists"
hoW do we use this sort of max in MATLAB? I do not know what POLYNOM/max means.
2 Commenti
Seetha Rama Raju Sanapala
il 21 Nov 2015
Walter Roberson
il 21 Nov 2015
POLYNOM/max that you are looking at is the help for a max function for a class named 'POLYNOM'. I do not find a record of that class existing in MATLAB. For true polynomials I do find someone who posted a method that uses minmax() from the Neural Network toolbox.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!