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

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.

 채택된 답변

Adam Danz
Adam Danz 2019년 12월 4일
dlarray() was released in r2019b. It looks like you're using r2019a so you won't have access to that function, unfortunately.

댓글 수: 1

My bad, it really is. Turns out the dlarray function only available since R2019b.
Thanks for the answer!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Install Products에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2019년 12월 4일

편집:

2019년 12월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by