Problem 45803. SatCom #7: Thermal Noise in a Receiver
Solution Stats
Problem Comments
-
3 Comments
Addison Conzet
on 1 Mar 2023 at 15:14
I passed all the tests but the regex fails.
Error msg:
Error using contains First argument must be text. Error in Test4 (line 4) assert(isequal(sum(contains(s,'regexp')),y_correct))
Addison Conzet
on 1 Mar 2023 at 15:15
fixed by suppressing outputs
Dyuman Joshi
on 1 Mar 2023 at 17:38
That is weird, as un-suppressing outputs usually should not have any problem to solution.
I checked the test suite and found that the OP used importdata instead of fileread to check for regexp, which caused that particular error. I have edited the test case.
@Addison your earlier solution is rescored to be correct.
Problem Recent Solvers34
Suggested Problems
-
1858 Solvers
-
319 Solvers
-
3612 Solvers
-
268 Solvers
-
596 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!