isequal(NaN, NaN) always return false. By definition Nans are not equal to each other. If you want test that a result is NaN, either use isnan, or use isequaln
The problem is unsolvable due to the second test.
isequalwithequalnans
I agree guys! something wrong
please use the function: isequalwithequalnans
;-)
Thanks for the suggestions. I fixed with isequalwithequalnans.
Find all elements less than 0 or greater than 10 and replace them with NaN
13263 Solvers
10493 Solvers
342 Solvers
230 Solvers
271 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!