Undefined Variable Function 'dlarray' although the DL Toolbox already installed

4 vues (au cours des 30 derniers jours)
Hello, just recently trying to run the deep learning example on Matlab
The syntax is simple:
rng default % For reproducibility
X = randn(3,5);
dlX = dlarray(X)
But i always get the error
Undefined function or variable 'dlarray'
Although the DL Toolbox already installed.
Uninstalled the DL Toolbox and reinstalled it wont help.
Any suggestion?
Thank you.

Réponse acceptée

Adam Danz
Adam Danz le 4 Déc 2019
dlarray() was released in r2019b. It looks like you're using r2019a so you won't have access to that function, unfortunately.
  1 commentaire
Avin Maulana
Avin Maulana le 4 Déc 2019
Modifié(e) : Avin Maulana le 4 Déc 2019
My bad, it really is. Turns out the dlarray function only available since R2019b.
Thanks for the answer!

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by