How to overcome the Signal processing onramp Course (44%Progrees)_Communicating issue with MATLAB compute resource
조회 수: 12 (최근 30일)
이전 댓글 표시

댓글 수: 5
ismail bera altan
2022년 9월 26일
I have the same problem and I even changed browser but it didn't solve the problem.
Ishan Upadhye
2022년 11월 2일
I've tried to run the program without submitting but it is showing error in the by default code which imports the signal they have provided
답변 (1개)
Renee Coetsee
2022년 9월 26일
The Online Training team is aware of this issue and we're working on permanent fix. For now, you can pass Task 2 by using this as the answer:
lags = downsample(lags,10);
c = downsample(c,10);
stem(lags,c)
This reduces the size of the vectors so that the plot isn't as slow and the assessment will pass.
댓글 수: 2
Ishan Upadhye
2022년 11월 2일
편집: Ishan Upadhye
2022년 11월 2일
the problem still persists, please do something about this
I've also tried to run the code without submitting it but it is showing error in the by default code which imports the signals, it is showing error using readmatrix, please fix that, thank you
Renee Coetsee
2022년 11월 3일
Sorry that you're still seeing an issue, unfortunately, I'm not able to reproduce the error anymore.
Which task is giving an error? If it's task 2, are you using "plot(lags,c)" as the command?
참고 항목
카테고리
Help Center 및 File Exchange에서 Standard File Formats에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!