- Generate numbers between 2:(n/2)
- Test if n is divisible by any of those numbers (eg mod())
- Return appropriately based on #2.
help! writing afunction for isprime
2 次查看(过去 30 天)
显示 更早的评论
i'm not sure how to write this since i'm new to matlab!
Write a function that receives a number n and determine if it is a prime number (output 1) or not (output 0). You can not use the ‘isprime’ function.
0 个评论
回答(1 个)
George
2016-9-24
Do you know how to test whether a number is prime? Here is one way you can start:
2 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!