Problem 2350. What is Sum Of all elements of Matrix
Solution Stats
Problem Comments
-
6 Comments
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.
Problem Recent Solvers338
Suggested Problems
-
262 Solvers
-
07 - Common functions and indexing 4
356 Solvers
-
Sum of diagonals elements of a matrix
185 Solvers
-
Matlab Basics - Pick out parts of a vector
215 Solvers
-
Replace every 3rd element in a vector with 4
195 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!