필터 지우기
필터 지우기

How to draw a line knowing pitch, roll and yaw

조회 수: 2 (최근 30일)
Jimmy Neutron
Jimmy Neutron 2020년 11월 21일
편집: Jimmy Neutron 2020년 11월 21일
I have a point in 3d space and i have the roll, pitch, yaw and a distance where Iwould like to create such a point. I have seen that it is possible to do this quite easily in 2D, but not 3D. Could someone please explain how this could be done?
origin = [ 0 0 1];
dist = 4;
roll = 10;
pitch = 5;
yaw = 0;

답변 (0개)

카테고리

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