Question: for MATlab conditional operation on matrix element with nested for loop You are given a 3 by 4 matrix m of integers use nested for
conditional operation on matrix element with nested for loop 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 A Save for jo 1 -[7 4 7 8; 8 7 8 1; 813 9); 2 for 1- 3 4 If -0.2; 9 else % dummy statement, add nothing here 11 end 12 end end 14 and 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
