Why do I receive errors when using ''nftool" or calling other MathWorks functions when I have the PLS Toolbox installed?
Afficher commentaires plus anciens
I receive errors when calling MathWorks functions when I have the PLS Toolbox from Eigenvector Research installed.
For example, I get below error when using "nftool" from Deep Learning Toolbox in R2019b, or when I directly try to construct a neural network at the command line:
>> net = fitnet;
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the
number of rows in the second matrix. To perform elementwise multiplication, use '.*'.
Error in minmax
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!