Question: Please do with Matlab Create a function called findPositiveRoots that takes an array of numerical values and returns only the square root of the positive
Create a function called findPositiveRoots that takes an array of numerical values and returns only the square root of the positive values in that array. For example the function takes [ 9, 4, -1, 16, o, -6] and returns [ 3, 2, 4] Call your function from the command window to make sure it works properly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
