Aw drat. I was going to submit the n'th prime problem until I saw this.
Sadly, I see there are too few test cases, and the problem is too easy to cook.
why 'nthprime' not allowed?
Another great problem!
This solution doesn't use any of the built-in MATLAB functions primes() or isprime(). It works for all integers N > 0, and requires only (N^0.75) iterations.
I do not know how the size are computed. Would someone please tell me?. Thanks in advance.
See https://au.mathworks.com/matlabcentral/about/cody/#solve_problems for basic concept. The best way to figure out the details is from experience — just try different alternatives.
Select every other element of a vector
20810 Solvers
Who knows the last digit of pi?
560 Solvers
Back to basics 17 - white space
247 Solvers
Calculate the area of a triangle between three points
917 Solvers
Output any real number that is neither positive nor negative
319 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!