Page 1 of 1

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
by answerhappygod
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 1
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 1 (214.96 KiB) Viewed 50 times
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