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 日

0 投票

dlarray() was released in r2019b. It looks like you're using r2019a so you won't have access to that function, unfortunately.

1 件のコメント

Avin Maulana
Avin Maulana 2019 年 12 月 4 日
編集済み: Avin Maulana 2019 年 12 月 4 日
My bad, it really is. Turns out the dlarray function only available since R2019b.
Thanks for the answer!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInstall 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