i can not load load WaveformData
古いコメントを表示
HI I am learning LSTM and i want to test the example in this link LSTM example but i don't know where to download WaveformData because when i run load WaveformData it has an error Unable to read file 'WaveformData'. No such file or directory.
採用された回答
その他の回答 (1 件)
Nurullah
2023 年 8 月 28 日
編集済み: Walter Roberson
2023 年 8 月 28 日
With CoppyCommand I transferred all the trial work to matlab. All files can be downloaded to the computer by running it there. You can see all files in Workspace.

Copy Command:
openExample('nnet/SequenceToOneRegressionUsingDeepLearningExample')

3 件のコメント
Leostar90
2023 年 9 月 27 日
I think this is not available in MATLAB 2021a
Walter Roberson
2023 年 9 月 27 日
@Leostar90 That is available for R2021a, https://www.mathworks.com/help/releases/R2021a/deeplearning/ug/sequence-to-sequence-regression-using-deep-learning.html with MATLAB command
openExample('nnet/SequencetoSequenceRegressionUsingDeepLearningExample')
Requires the Deep Learning Toolbox
Leostar90
2023 年 9 月 27 日
I already have it but when I run open example command it says not found in...
カテゴリ
ヘルプ センター および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!