フィルターのクリア

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 Center および File ExchangeGet 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