Viewpoint specification in Matlab
Posted 2009/04/08 15:11, Filed under: 분류없음Viewpoint specification
Matlab에서 다음과 같이 설정
az=4;el=90; view([az,el]);
Azimuth is a polar angle in the x-y plane, with positive angles indicating counterclockwise rotation of the viewpoint. Elevation is the angle above (positive angle) or below (negative angle) the x-y plane. This diagram illustrates the coordinate system. The arrows indicate positive directions.
Azimuth : 방위각(角);방위
Matlab에서 다음과 같이 설정
az=4;el=90; view([az,el]);
Azimuth is a polar angle in the x-y plane, with positive angles indicating counterclockwise rotation of the viewpoint. Elevation is the angle above (positive angle) or below (negative angle) the x-y plane. This diagram illustrates the coordinate system. The arrows indicate positive directions.
Azimuth : 방위각(角);방위

Tag : Matlab,
Viewpoint specification
Response :
0 Trackback
,
0 Comment
Trackback URL : http://8.7lightyears.com/blog/words/trackback/115


