Deep Learning Toolbox Error at start

1 vue (au cours des 30 derniers jours)
Massimo Mattiello
Massimo Mattiello le 26 Jan 2023
Commenté : So-mang Kim le 3 Août 2023
Hi! Can somebody help me out with Deep Learning Toolbox?
The problem is that every time I try to open the toolbox, it gives me an error about the incompatible size of the matrix, anyway, I didn't even load any matrix yet:
nftool
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 operate on each
element of the matrix individually, use TIMES (.*) for elementwise multiplication.
Related documentation
The problem persists even with matlab examples.
  1 commentaire
Arkadiy Turevskiy
Arkadiy Turevskiy le 31 Jan 2023
what version of MATLAB? Maybe reach out to tech support. nftool is working fine for me. Maybe some sort of installation problem for you?

Connectez-vous pour commenter.

Réponses (1)

Nihal Reddy
Nihal Reddy le 15 Fév 2023
I understand that you are facing an error while running the "nftool" command. This is mostly likely an issue with your MATLAB installation. You may try resetting your MATLAB Search Path by running the following two commands in your command window:
restoredefaultpath
rehash toolboxcache
Then, try the nftool again. In case this solves the issue, please enter the command:
savepath
  1 commentaire
So-mang Kim
So-mang Kim le 3 Août 2023
Thank you so much :) It worked for me

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by