필터 지우기
필터 지우기

3d plot -> 2d cirlce -> specific degree / tilt / slope

조회 수: 2 (최근 30일)
reza
reza 2014년 1월 2일
댓글: Image Analyst 2014년 1월 2일
Hello, here is a code of creating a 2d circle in a 3d plot using liear algebra,
r=1;
theta=-pi:0.01:pi;
x=r*cos(theta);
y=r*sin(theta);
plot(x,y,zeroes(1,numel(x)));
how can i give the circle an specific degree / give it some tilt.
  댓글 수: 1
Image Analyst
Image Analyst 2014년 1월 2일
You probably should have kept this discussion in your original thread this one, where I asked you questions about what slope meant, rather than starting up another one.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by