How to overcome the Signal processing onramp Course (44%Progre​es)_Commun​icating issue with MATLAB compute resource

11 次查看(过去 30 天)
  5 个评论
Ishan Upadhye
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
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
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
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 CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by