is max built in functions

4 ビュー (過去 30 日間)
gratata
gratata 2019 年 11 月 4 日
編集済み: John D'Errico 2019 年 11 月 4 日
I have an assignment in which I find max element in 2d array called X. The assignment instructions explicitly state to not use any built in functions. I used max(X) which worked. Now my question here is max built in function or do I have to iterate through array myself? I just wanna be sure i follow instructions.

採用された回答

John D'Errico
John D'Errico 2019 年 11 月 4 日
編集済み: John D'Errico 2019 年 11 月 4 日
Yes. max is definitely a built-in function. As such, use of it will have been (sadly) outlawed by your assignment.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by