trainAutoencoder function is undefined

i tried to run this example in matlab2015a program .
http://www.mathworks.com/help/nnet/examples/training-a-deep-neural-network-for-digit-classification.html.
but there is an error in this commend (autoenc1 = trainAutoencoder(xTrainImages,hiddenSize1, ...) .the error is that the function trainAutoencoder is undefined. but i already have neural network toolbox .how can i fix this error this is a built in function but not found .

 採用された回答

Steven Lord
Steven Lord 2016 年 9 月 20 日

1 投票

As stated at the bottom of its documentation page, the trainAutoencoder function was introduced in release R2015b. It did not exist in release R2015a. You will need to upgrade to release R2015b or later to use that function.

その他の回答 (1 件)

mahmoud ismaiel
mahmoud ismaiel 2016 年 9 月 20 日

0 投票

you need a newer version of Matlab

カテゴリ

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

質問済み:

2016 年 7 月 15 日

回答済み:

2016 年 9 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by