Azzera filtri
Azzera filtri

Please help coding a mug?

5 visualizzazioni (ultimi 30 giorni)
Anna
Anna il 16 Dic 2014
Risposto: Image Analyst il 16 Dic 2014
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.

Risposte (1)

Image Analyst
Image Analyst il 16 Dic 2014
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.

Categorie

Scopri di più su Get Started with Control System Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by