In this problem, you need to use a while or for loop to write your own function mylsPrime to determine if an input scalar V is a prime number or not. This function has one output variable P, whose value will be as follows: Case V is not a valid number when it is less than 2 or it is not an integer V is a prime number, e.g., 5 V is not a prime number, e.g., 8 Value of P -1 1 0 Message "Invalid number." "5 is a prime number." "8 is not a prime number."

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.4: A Case Study: Rectangular To Polar Coordinate Conversion
Problem 9E: (Numerical) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question

Can you help me write the code for this MATLAB assignment?

A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller
natural numbers. In Matlab there is a built-in function isprime to determine which array elements are
prime.
In this problem, you need to use a while or for loop to write your own function mylsPrime to determine
if an input scalar V is a prime number or not. This function has one output variable P, whose value will
be as follows:
Case
V is not a valid number when it is less than
2 or it is not an integer
V is a prime number, e.g., 5
V is not a prime number, e.g., 8
Value of P
-1
1
0
Message
"Invalid number."
"5 is a prime number."
"8 is not a prime number."
Transcribed Image Text:A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. In Matlab there is a built-in function isprime to determine which array elements are prime. In this problem, you need to use a while or for loop to write your own function mylsPrime to determine if an input scalar V is a prime number or not. This function has one output variable P, whose value will be as follows: Case V is not a valid number when it is less than 2 or it is not an integer V is a prime number, e.g., 5 V is not a prime number, e.g., 8 Value of P -1 1 0 Message "Invalid number." "5 is a prime number." "8 is not a prime number."
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning