deep learning matlab toolbox error

Dears, please i took the error msj when i copied and paste the code to the matlab 2013. i copied the code from ( https://www.mathworks.com/help/nnet/examples/training-a-deep-neural-network-for-digit-classification.html )
>> % Load the training data into memory [xTrainImages,tTrain] = digitTrainCellArrayData;
% Display some of the training images clf for i = 1:20 subplot(4,5,i); imshow(xTrainImages{i}); end * Undefined function or variable 'digitTrainCellArrayData'.
Please any one can help me.
Regards,

回答 (1 件)

John D'Errico
John D'Errico 2016 年 9 月 26 日

1 投票

You have an old MATLAB release, but are using a demo from a new release of MATLAB. I'll lay down 10 to 1 odds that this data (and that demo) did not exist in your release. Of course, such an online bet is worth nothing, but... :)
You need to upgrade your version of MATLAB if you want to do what you are doing.

1 件のコメント

misbah khan
misbah khan 2021 年 2 月 4 日
'imageInputLayer' requires Deep Learning Toolbox.
i have this problem how i solve this?

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

カテゴリ

ヘルプ センター および File ExchangeGet Started with Deep Learning Toolbox についてさらに検索

タグ

質問済み:

2016 年 9 月 26 日

コメント済み:

2021 年 2 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by