Given a list of ISBN's, check whether they're valid or not.
Prev Prob - https://www.mathworks.com/matlabcentral/cody/problems/45486
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers15
Suggested Problems
-
Determine whether a vector is monotonically increasing
22888 Solvers
-
4183 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5798 Solvers
-
Reverse the elements of an array
1113 Solvers
-
Sort complex numbers into complex conjugate pairs
134 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I saw you optimize it again, Binbin have to work harder...
cospi is some move indeed.Inspired by that, I used it in generating a checkboard matrix(cody problem 4).