Question: Write a Matlab function that takes one input an MxN matrix- and returns one output - the row number of the matrix with the smallest

Write a Matlab function that takes one input an MxN matrix- and returns one output - the row number of the matrix with the smallest row sum Function Details Name the function min_row_sum Name the input matrix A Name the output min row . . Note . You are NOT allowed to use any built in function EXCEPT for the size function You must use for loops to solve this problem. Example Let A=[123; 456] Then min_row will be equal to1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
