Question: MATlab Code Required Cannot include: Else-If statement Must Include: If, For Else End conditional operation on matrix element with nested for loop My Solutions >

conditional operation on matrix element with nested for loop My Solutions > You are given a 3 by 4 matrix m of integers use nested for loops and if-else statements as necessary to operate on each element of the matrix m if the element is less than 5, add 0 1 to it if the element is more than 5 subtract 02 from it if the element is exactly 5. do nothing display the modified m in the end Script Save E Reset 0 MATLAB Documentation 3 4 S 6 1 m-[747 @: 87 @ 1; 8 1 3 913 2 for i = 1 - size (m, 1) for j = 1 : size (m, 2) if m(i, j) > m(i, j) -0.2; else % dummy statement add nothing here end 12 end 13 end 14 end 15 MI 8 9 10 11 Run Script
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
