Effacer les filtres
Effacer les filtres

Undefined function or variable 'prepareDataTrain'

5 vues (au cours des 30 derniers jours)
Francesco Bosso
Francesco Bosso le 27 Avr 2018
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'

Réponse acceptée

Jose Matías
Jose Matías le 17 Mai 2018
The function source is at the end of the document under the section Example Functions.
  4 commentaires
Jose Matías
Jose Matías le 17 Mar 2019
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 le 17 Mar 2019
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.

Connectez-vous pour commenter.

Plus de réponses (1)

Muhammad Mohsin Khan
Muhammad Mohsin Khan le 18 Mar 2019
Thank You so much for your replies. Its working now.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by