Problem #2 Matlab Create a structure that consist of four fields, {array, max, min, sum} - File in these fields with : o
Posted: Wed Apr 27, 2022 3:50 pm
Problem #2 Matlab Create a structure that consist of four fields, {array, max, min, sum} - File in these fields with : o Array should contain a 3 by 5 random numbers that are greater than or equal 30. o Max: contains the index and the value for the maximum number in the array o Min: contains the index and the value for the maximum number in the array o Sum: the summation of the items inside the array