필터 지우기
필터 지우기

How to define the Y direction in a GUI axes

조회 수: 3 (최근 30일)
F Z
F Z 2013년 8월 19일
Hello,
Is it possible to rotate a segment of 30°?
In fact, i tried the rotate function :rotate(h,direction,alpha) but i can't figure out which one of my axis corresponds to The Ydirection.
The line to be rotated is : h2=line([-a,a],[wp,wp],'color','k','linewidth',1);
Any ideas please?
Thank you in advance for your help

답변 (1개)

Image Analyst
Image Analyst 2013년 8월 19일
The y direction/axis is the vertical axis. You can set the direction to be increasing going up or going down. To rotate coordinates, just use the usual 2 by 2 array [cos sin; -sin cos] to get your new coordinates. Then call line() with those.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by