필터 지우기
필터 지우기

Please help coding a mug?

조회 수: 3 (최근 30일)
Anna
Anna 2014년 12월 16일
답변: Image Analyst 2014년 12월 16일
Parametrizing a mug. Build a cup which indicates the temperature of the drink by showing colors ranging from blue being cold to red being hot. To parametrize the cup note that it is made of three parts: A cylinder, the base, and the handle. The cylinder has a height ranging from 1 to 7 with base centered at (2,0,1) and radius 2. -Base: A circle centered at (2,0,1) and radius of 2. -Handle: A semi-doughnut [semi-torus] generated by rotating the circle of radius 0.3 centered at (1.5,0) about the y-axis, and then shifting the figure by 4 units along the z-axis.

답변 (1개)

Image Analyst
Image Analyst 2014년 12월 16일
It's pretty much done for you. It's almost a standard demo. Try this on the command line:
>> teapotdemo
>> edit teapotdemo
The first one runs it and the second command lets you look at the code. Modify as needed.

카테고리

Help CenterFile Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by