Filter löschen
Filter löschen

how to copy and rotate a 2D graph around a circle ?

3 Ansichten (letzte 30 Tage)
Ender Rencuzogullari
Ender Rencuzogullari am 5 Dez. 2015
Kommentiert: Star Strider am 7 Dez. 2015
Dear Friends,
The graph I have;
There is a tooth on a circle which is red. I want to copy and increase the number of piece of this tooth around the circle. Is there any way to do this operation and how may I do?
Thanks to contributers.

Akzeptierte Antwort

Star Strider
Star Strider am 5 Dez. 2015
MATLAB isn’t intended to be an engineering design graphics language, but there is a possible way to do what you want. I have very little experience with this, and no experience remotely similar to what you want to do, so unlike your previous Questions, I’ll be of very limited help.
One possible method is to Create Object Groups from your gear tooth, then use hggroup, makehgtform, and hgtransform to position (translate) it and rotate it. You will have to do this around the entire circumference of your gear, so you will have to choose where to place it and how much to rotate it.
You can translate it using essentially the same sin and cos calls I used to draw the circles in my previous code. You might consider tan to do the rotations, but that is simply a suggestion.
Once you get the code for this working, submit it to the File Exchange with appropriate documentation. I was not able to find anything remotely similar. If you have access to SimMechanics (a Simulink Toolbox), see if it has anything about specifying, designing, and drawing gears.
Good luck!
  8 Kommentare
Ender Rencuzogullari
Ender Rencuzogullari am 7 Dez. 2015
Okay sir, Thank you
Star Strider
Star Strider am 7 Dez. 2015
My pleasure.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by