필터 지우기
필터 지우기

Can I get the top view, side view and front view of following 3D plot in matlab figure editor?

조회 수: 44 (최근 30일)

답변 (1개)

KL
KL 2017년 11월 3일
편집: KL 2017년 11월 3일
use view
top view is,
az = 0;
el = 90;
view(az, el);
read more on the link to learn how to adjust the parameters.

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by