Question: 7. Write a script named prodby2.m that will receive a value of a positive integer n and will calculate and return the product of the

7. Write a script named prodby2.m that will receive a value of a positive integer n and will calculate and return the product of the odd integers from 1 to n (or from 1 to n - 1 if n is even). Use a for loop. 8. Write a script named myones.m that will receive two input arguments n and m and will return an n x m matrix of all ones. Do NOT use any built-in functions (so, yes, the code will be inefficient). 9. Write a script that will receive a matrix as an input argument, and will calculate and return the overall average of all numbers in the matrix. Use loops, not built-in functions, to calculate the average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
