Question: 2. An engineering student collects numerical data and stores all of the collected values into a single matrix. Write a 3393 function dataSize with one

2. An engineering student collects numerical data and stores all of the collected values into a single matrix. Write a 3393 function dataSize with one input, the matrix containing the data, and two outputs: 1. the number of columns in the matrix 2. the maximum value in the matrix Note: the MATLAB command max with one input computes the largest element in each column as a row vector, so use max(max(matrixname)) or max(matrixname, [], 'all')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
