フィルターのクリア

Undefined function or variable 'prepareDataTrain'

5 ビュー (過去 30 日間)
Francesco Bosso
Francesco Bosso 2018 年 4 月 27 日
回答済み: Muhammad Mohsin Khan 2019 年 3 月 18 日
Hi, I'm using Matlab 2018a on Ubuntu 17.10 (x64) and I'm following this example to make an LSTM with regression https://it.mathworks.com/help/nnet/examples/sequence-to-sequence-regression-using-deep-learning.html But when I call the method prepareDataTrain, I have this error:
Undefined function or variable 'prepareDataTrain'

採用された回答

Jose Matías
Jose Matías 2018 年 5 月 17 日
The function source is at the end of the document under the section Example Functions.
  4 件のコメント
Jose Matías
Jose Matías 2019 年 3 月 17 日
Hi,
Copy the source into a m-script and save it in the curren folder with the name of the function (e.g. prepareDataTrain.m).
Regards,
Walter Roberson
Walter Roberson 2019 年 3 月 17 日
When you visit https://www.mathworks.com/help/deeplearning/examples/sequence-to-sequence-regression-using-deep-learning.html then near the upper right there is a place to click to "Try it in MATLAB". Clicking that will give you a command you can copy to run the code. It will copy the appropriate files for you.

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

その他の回答 (1 件)

Muhammad Mohsin Khan
Muhammad Mohsin Khan 2019 年 3 月 18 日
Thank You so much for your replies. Its working now.

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by