Covering some basic topics I haven't seen elsewhere on Cody.
Given 2 input variables, output true if they are equal, false otherwise. Note that the function should assume NaN's are equal to each other.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers431
Suggested Problems
-
2368 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1995 Solvers
-
Number of 1s in the Binary Representation of a Number
480 Solvers
-
Getting the indices from a matrix
719 Solvers
-
487 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Nice...