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
-
4183 Solvers
-
354 Solvers
-
Sum of diagonal of a square matrix
1634 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13603 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1256 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).