Question: use Matlab 2. Given a 2D-array mv: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
use Matlab
2. Given a 2D-array mv: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 a. Extract elements' values from mv, last two elements from third column as first part and all elements from last row as second part to form a new row vector variable named av. b. Remove third column and second row of above 2D-array mv to form a new 3-by-5 2D-array named bv. c. Using 2(b) result of bv, sum all elements' values of third row and store the result in variable named CV
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
