Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MATLAB CODE please 4, (2006) Write a program that will perform the following a. Define 2 by 7 array contains random numbers in the interval
MATLAB CODE please
4, (2006) Write a program that will perform the following a. Define 2 by 7 array contains random numbers in the interval -10 to 10 b. Print the array c. The first row of the array represents the real part and the second row the imaginary part of a complex numbers Define another 2 by 7 array and fill the first row wit and the second row with their angle d. h the magnitude of the corresponding complex numbers e. Print the array f. Find the number that has the maximum magnitude. Print its magnitude, its angle and its location in the table (20%) Write a program that will perform the followings a. Accept a number, n, from the user in the interval 5 to 8 b. Define a square array n by rn c. Fill the array with random integer numbers in the interval 0.0 to 10.00 d. Print the array e. Switch the numbers in the second row with the numbers in the last row f. Print the resulted array g. Then switch the number in the second column with the numbers in the last column h. Print the resulted array 5
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started