필터 지우기
필터 지우기

Convert polar to cartisian coordinate

조회 수: 3 (최근 30일)
aasim Azooz
aasim Azooz 2024년 2월 3일
답변: Walter Roberson 2024년 3월 1일
1- To convert polar to cartisian coordinates, I use "Pol2Car(R,theta). Unlike any other matlab statment, I am surprised to note that the command works correctly only if the angle is in degrees rather than radians . It gives wrong answer if I use the angle in radians.
2 -The revers command Cart2Pol, output the angle in radians.
3- I checked the help and documintations of matlab 6.5, matlab 2010, and matlab 2015 for help on Pol2Car but couldn't find any.

답변 (1개)

Walter Roberson
Walter Roberson 2024년 3월 1일
pol2cart uses radians.
There is no Mathworks supplied Pol2Car function.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by