Problem 42605. UICBioE240 problem 1.11
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
James
on 11 Sep 2015
Unless something has changed in the newest version of MATLAB, isequal doesn't work with NaNs.
Jean-Marie Sainthillier
on 11 Sep 2015
Nan will be studied in the UICBioE240 9.79. Be patient...
Björn
on 3 Dec 2015
I think test suite should use assert(isequalwithequalnans(y,y_correct))
Jihye Sofia Seo
on 17 Feb 2017
isequal(NaN,NaN)
ans = 0
isequaln(NaN,NaN)
ans = 1
Dyuman Joshi
on 15 Jul 2021
Test suite has been fixed and additional cases are added.
Problem Recent Solvers14
Suggested Problems
-
Get the length of a given vector
6510 Solvers
-
Magic is simple (for beginners)
5463 Solvers
-
Circular Primes (based on Project Euler, problem 35)
288 Solvers
-
Matlab Basics II - Determine if an array has a 3rd dimension
119 Solvers
-
Mersenne Primes vs. All Primes
337 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!