Page 1 of 1

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
by answerhappygod
Problem 2 Matlab Create A Structure That Consist Of Four Fields Array Max Min Sum File In These Fields With O 1
Problem 2 Matlab Create A Structure That Consist Of Four Fields Array Max Min Sum File In These Fields With O 1 (35.24 KiB) Viewed 31 times
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