Problem 2350. What is Sum Of all elements of Matrix
Solution Stats
Problem Comments
-
6 Comments
Show
3 older comments
Guillaume
on 8 Sep 2014
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
Grzegorz Knor
on 8 Sep 2014
The problem is unsolvable due to the second test.
Zikobrelli
on 8 Sep 2014
isequalwithequalnans
Abdullah Caliskan
on 8 Sep 2014
I agree guys! something wrong
J.R.! Menzinger
on 8 Sep 2014
please use the function: isequalwithequalnans
;-)
Ned Gulley
on 9 Sep 2014
Thanks for the suggestions. I fixed with isequalwithequalnans.
Problem Recent Solvers373
Suggested Problems
-
Find the sum of all the numbers of the input vector
41468 Solvers
-
1748 Solvers
-
Return the first and last characters of a character array
7131 Solvers
-
Back to basics - mean of corner elements of a matrix
365 Solvers
-
Find out value of sine given by degree.
297 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!