i can not load load WaveformData
조회 수: 78 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
KSSV
2022년 11월 2일
That matfile will be available in 2022b version. It seems you are using a lower version.
댓글 수: 4
KSSV
2022년 11월 2일
There is a way... Go to matlab online which comes for 20 hours free in a month with 5 gb drive space. In there load the file and save it into your drive and then download it into your local pc.
Cristian D'Auria
2023년 4월 18일
why i can't use in the R2023a? I install the new version today and I have an error
추가 답변 (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
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...
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!