Undefined Variable Function 'dlarray' although the DL Toolbox already installed
이전 댓글 표시
Hello, just recently trying to run the deep learning example on Matlab
From these page: https://www.mathworks.com/help/deeplearning/ref/dlarray.html?searchHighlight=dlarray&s_tid=doc_srchtitle
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!