I can't open a MATLAB example code? I have version R2018a

Screen Shot 2019-06-04 at 2.58.45 PM.png
Clicking on the "Try it in MATLAB" prompts this
Screen Shot 2019-06-04 at 2.58.55 PM.png
When you actually type the command in MATLAB, however, it gives you an error
Screen Shot 2019-06-04 at 2.59.35 PM.png

 Accepted Answer

The Deep Learning Toolbox did not exist in R2018a; it was known as the Neural Network Toolbox then.
In R2018a, that example was part of the Signal Processing Toolbox, and was accessed by
openExample('signal/ClassifyECGSignalsUsingLSTMNetworksExample')

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2018a

Community Treasure Hunt

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

Start Hunting!