Problem 45803. SatCom #7: Thermal Noise in a Receiver
Solution Stats
Problem Comments
-
3 Comments
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))
fixed by suppressing outputs
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.
Solution Comments
Show commentsProblem Recent Solvers81
Suggested Problems
-
408 Solvers
-
Number of 1s in a binary string
10956 Solvers
-
Are all the three given point in the same line?
599 Solvers
-
Remove entire row and column in the matrix containing the input values
547 Solvers
-
489 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!