How to interpret this result max on a function just like using fplot on function?
Afficher commentaires plus anciens
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 commentaires
Seetha Rama Raju Sanapala
le 21 Nov 2015
Walter Roberson
le 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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!