minmax does not work in matlab 2018b
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Rik
le 11 Déc 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.
Réponse acceptée
Stephen23
le 11 Déc 2018
is simply equivalent to:
[min(M,[],2),max(M,[],2)]
for a matrix M.
0 commentaires
Plus de réponses (2)
Torsten
le 11 Déc 2018
https://github.com/mathause/MATLAB/blob/master/General/datafun/minmax.m
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!