Question: Fill in the code to make a function that will take *any* array A and remove the third column 2 3 sti remove3.m* x +
Fill in the code to make a function that will take *any* array A and remove the third column

2 3 sti remove3.m* x + 5 - 10 7 8 9 10 11 - function Z = remove 3 (A) This function should remove the entire column 3 of *any* array A! Put your code here: Z = ; % NOTE: In Matlab, the output of the % function is whatever is on the left hand side of the = sign, so put in your nal answer right after "Z =" -end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
