Time Series Forecasting Using Deep Learning
Ältere Kommentare anzeigen
I tried to load the example of 'Time Series Forecasting Using Deep Learning' posted in
But when I enter
openExample('nnet/TimeSeriesForecastingUsingDeepLearningExample')
in the MATLAB Command Window I get this error
>> openExample('nnet/TimeSeriesForecastingUsingDeepLearningExample')
Error using exampleUtils.componentExamplesDir (line 13)
Invalid argument "nnet".
Error in findExample (line 18)
componentExamplesDir = exampleUtils.componentExamplesDir(component);
Error in openExample (line 24)
metadata = findExample(id);
Was anyone able to open this example and run it? I have MATLAB R2018b.
Thanks,
3 Kommentare
Stephan
am 16 Mär. 2019
what shows up for
ver
Do you see Deep Learning Toolbox as a result in the list?
Walter Roberson
am 16 Mär. 2019
Correct, you do not have Deep Learning Toolbox installed.
Alexis Villacis
am 16 Mär. 2019
Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!