Question: Write a MATLAB program in a script file that asks the user to input a matrix of any arbitrary size. Then the program must use

Write a MATLAB program in a script file that asks the user to input a matrix of any arbitrary size. Then the program must use nested for loops to examine each element of the matrix. If the element is positive its value is doubled. If the element is negative its value is tripled. The value of zero can be done in each way (it is not altered). The program displays the matrix that was entered and the modified matrix as well. Use the program with the following matrices: (a) 0 -2 8 13 -8 1 -8 -1 4 -6 -9 3 (b)-7 -9 0 -15 10 -9 -2 7 1 -7 8 14 -12 -15 -2 -14 (c) -17 -18 -13 -14 -2 -8 2 9 3 -18 6 -9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
