Problem#1: use matlap 1. Create a 5 by 3 array of random integer numbers ranged from 0 to -90, 2. Find how many numbers
Posted: Thu May 05, 2022 1:18 pm
Problem#1: use matlap 1. Create a 5 by 3 array of random integer numbers ranged from 0 to -90, 2. Find how many numbers that are divisible by 11 in the array? And specify their locations and store them in a separate array 3. Find the location of maximum and the minimum number in the array 4. Create a structure that consist of four fields, {array, max, min, sum} File in these fields with : - o The array in #1. o Max: contains the index and the value for the maximum number in the array in #1 o Min: contains the index and the value for the maximum number in the array in #1 o Sum: the summation of the items inside the array in #1