Azzera filtri
Azzera filtri

minmax does not work in matlab 2018b

5 visualizzazioni (ultimi 30 giorni)
Torkan
Torkan il 11 Dic 2018
Commentato: Rik il 11 Dic 2018
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 Commenti
Rik
Rik il 11 Dic 2018
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 il 11 Dic 2018
Thanks. The license is valid. It seems that the problem is with installing. So, could I install it without reinstalling the MATLAB itself? How?

Accedi per commentare.

Risposta accettata

Stephen23
Stephen23 il 11 Dic 2018
is simply equivalent to:
[min(M,[],2),max(M,[],2)]
for a matrix M.

Più risposte (2)

Torkan
Torkan il 11 Dic 2018
Any other option I could use instead of installing? I just need to know what does exatly minmax do?
  1 Commento
Rik
Rik il 11 Dic 2018
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.

Accedi per commentare.


Torsten
Torsten il 11 Dic 2018
https://github.com/mathause/MATLAB/blob/master/General/datafun/minmax.m

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by