I need help with the code if a should put d in trig identites

조회 수: 2 (최근 30일)
My mee
My mee 2021년 6월 9일
답변: Walter Roberson 2021년 6월 9일
A vector can be represented by its rectangular coordinates x and y or by its polar coordinates r and . The relationship between them is given by the equations
Assign values for the polar coordinates to variables and . Write the Matlab code that would use these values and assign the corresponding rectangular coordinates to variables x and y
Should i put d when I input the code? For example, x=r*cosd(theta)

답변 (1개)

Walter Roberson
Walter Roberson 2021년 6월 9일
Use sind() and cosd() if the angle has been given to you in degrees.
Use sin() and cos() if the angle has been given to you in radians.
Note: if the angle has been given in radians, then pol2cart() can do the work for you.

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by