Question: For MATLAB Write a function that will receive one vector of numbers as input argument, and will return three vectors: the first vector with the
Write a function that will receive one vector of numbers as input argument, and will return three vectors: the first vector with the positive numbers (0) from the original vector, the second vector with numbers not equal to zero (0), and the third vector with negative numbers (40) from the original vector. Use vectorized code (no loops) in your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
