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
-
Return the 3n+1 sequence for n
8490 Solvers
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Back to basics 18 - justification
205 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
558 Solvers
-
Create an index-powered vector
939 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).