Given a vector of elements, determine if each element is an integer and return true or false accordingly.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers65
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2835 Solvers
-
Back to basics 23 - Triangular matrix
1122 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
647 Solvers
-
Getting the indices from a matrix
720 Solvers
-
Delete 2nd and 5th column of Given 6*6 matrix
171 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!
Thanks for the corrections. Test cases are corrected now.
great (and one more thing, on test 6 I believe y_correct should have 5 elements instead of 4)
Again agree with Alonso: Test 6 is not correct.
My apologies. Test case 6 is corrected now.