minmax does not work in matlab 2018b

Hi,
Does anybody know why MATLAB 2018 b version gives this error while using the minmax function?
'minmax' requires Deep Learning Toolbox.
Is there any change?
Thanks

2 件のコメント

Rik
Rik 2018 年 12 月 11 日
Aparently this function is included in the deep learning toolbox, but you either don't have a valid licence for it, and/or you don't have the toolbox installed.
Torkan
Torkan 2018 年 12 月 11 日
Thanks. The license is valid. It seems that the problem is with installing. So, could I install it without reinstalling the MATLAB itself? How?

サインインしてコメントする。

 採用された回答

Stephen23
Stephen23 2018 年 12 月 11 日

1 投票

is simply equivalent to:
[min(M,[],2),max(M,[],2)]
for a matrix M.

その他の回答 (2 件)

Torkan
Torkan 2018 年 12 月 11 日

0 投票

Any other option I could use instead of installing? I just need to know what does exatly minmax do?

1 件のコメント

Rik
Rik 2018 年 12 月 11 日
This is not an answer, but a comment.
If you only want to know what it does, you can read the online documentation, see Stephens answer.

サインインしてコメントする。

Torsten
Torsten 2018 年 12 月 11 日

0 投票

https://github.com/mathause/MATLAB/blob/master/General/datafun/minmax.m

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

質問済み:

2018 年 12 月 11 日

コメント済み:

Rik
2018 年 12 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by