How to interpret this result max on a function just like using fplot on function?
古いコメントを表示
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 件のコメント
Seetha Rama Raju Sanapala
2015 年 11 月 21 日
Walter Roberson
2015 年 11 月 21 日
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!