Question: In MATLAB Problem 100: Write a program that asks the user for the real part and imaginary part of a complex number. Store that complex

In MATLAB
Problem 100: Write a program that asks the user for the real part and imaginary part of a complex number. Store that complex number in a variable called cmplx. Write a function that accepts the complex number and returns the number in polar form (do not use a built in function). Write a second function that accepts the polar form and return the complex form. Pass cmply to the first function and display the result. Then pass that result to the second function and display that result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
