[Solved]Write Function Finds Minimum Number Column 2d Array Returns Values Another Array Function Q37019459
use matlab
Write a function that finds the minimum number in each column in a 2D array and returns the values in another array. function Max FindMin (A, row size, col size) Use the following 2D array as input, with 2 rows and 3 columns. [ no need to ask the user for input] A=1 10 80 90 The function output should be a 1D array contains the minimum numbers of each 30 20 90 A-I column Min 110 20 90] The output array Min should be printed using a for loop. Show transcribed image text Write a function that finds the minimum number in each column in a 2D array and returns the values in another array. function Max FindMin (A, row size, col size) Use the following 2D array as input, with 2 rows and 3 columns. [ no need to ask the user for input] A=1 10 80 90 The function output should be a 1D array contains the minimum numbers of each 30 20 90 A-I column Min 110 20 90] The output array Min should be printed using a for loop.
Expert Answer
Answer to Write a function that finds the minimum number in each column in a 2D array and returns the values in another array. fun… . . .
OR

