How to overcome the Signal processing onramp Course (44%Progrees)_Communicating issue with MATLAB compute resource
Show older comments

5 Comments
Chunru
on 22 Sep 2022
As suggested "Try again". :-)
You may want to close the browser and start again if still not working.
Ludo Houben
on 22 Sep 2022
This is not working either. I'm stuck at exact the same position. Already pushed 'Try Again', restarted the cource and pushed 'wait' and even rebooted the computer. But untill now, I'm also not able to continue this chapter
Janith Bandara
on 23 Sep 2022
run the program without submitting the answer like 4 to 8 times till you get the figures fully loaded in like 5s. then submit the answer
ismail bera altan
on 26 Sep 2022
I have the same problem and I even changed browser but it didn't solve the problem.
Ishan Upadhye
on 2 Nov 2022
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
Answers (1)
Renee Coetsee
on 26 Sep 2022
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 Comments
Ishan Upadhye
on 2 Nov 2022
Edited: Ishan Upadhye
on 2 Nov 2022
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
on 3 Nov 2022
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?
Categories
Find more on Software Development in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!