Problem 2387. Are you in XY plane?
Take a point P as an input position Vector (x,y,z). If you are in XY plane, return 1 as an output otherwise return 0.
Example-
1.x=[3 4 5] y=0
2.x=[3 4 0] y=1
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers183
Suggested Problems
-
Return a list sorted by number of occurrences
2888 Solvers
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
Make a random, non-repeating vector.
11160 Solvers
-
298 Solvers
-
Deleting an element in a matrix
489 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!