Find the next prime number - MATLAB Cody - MATLAB Central

Problem 1722. Find the next prime number

Difficulty:Rate

Find the next prime number or numbers for given n. For example:

n = 1;
out = 2;

or

n = [5 7];
out = [7 11];

Good luck!

Solution Stats

40.8% Correct | 59.2% Incorrect
Last Solution submitted on Mar 13, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers698

Suggested Problems

More from this Author17

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page