How to interpret this result max on a function just like using fplot on function?
Show older comments
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 Comments
Seetha Rama Raju Sanapala
on 21 Nov 2015
Walter Roberson
on 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.
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!