Question: Q1. a. Write a function to convert polar coordinates of a point to Cartesian coordinates. Function should take two input arguments and where must be
Q1. a. Write a function to convert polar coordinates of a point to Cartesian coordinates. Function should take two input arguments and where must be a positive number and must be in degrees. The function should then calculate the Cartesian coordinates x and y of the point and return them. The function name and definition should look like, function [x, y] = PolarToCart(r, theta)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
