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 Exchange에서 Introduction 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