Question: Instructions: For this project, each function to be created is a function file. Your submission should include 4 m files, 3 for the functions and

Instructions:
For this project, each function to be created is a function file. Your submission
should include 4 m files, 3 for the functions and 1 for the main script where you test
your functions. Be sure to make your variable name descriptive, and add comments
regularly to describe what your code is doing. The Matlab codes will be graded, so make
sure they are easy to read and follow.
Example: input is 12, output is [[2,2,3]]
Then in the main script, test the function with the following inputs: 256,79,1000,3.
Hint: You may want to reuse the function is_prime from Oct 7 notes to help determine
the output for prime numbers. If you decide to use it, make sure to make a function file
for is_prime and include it with your folder and submission (this will increase the total
of files to be submitted to 5:4 function files and 1 main script).
Make it so that I can copy and paste into mathlab easily
Instructions: For this project, each function to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!