Draw an Arc with a dashed line(not with plot function)

3 vues (au cours des 30 derniers jours)
Mauro
Mauro le 9 Mar 2015
Commenté : Mauro le 26 Mar 2015
I want to dra an arc with center and, angle, start and or endpoint. Important detail: I can't use the plot function. Just try the linestyle '--' and you know why (it has a horrible shape or you get a solid line) so I search something like (<http://ch.mathworks.com/help/symbolic/mupad_ref/plot-arc2d.html>) that produces a true single graphic object as an arc to draw dashed lines.
  2 commentaires
dpb
dpb le 9 Mar 2015
Modifié(e) : dpb le 10 Mar 2015
Good luck. Handle graphics only implements drawing from point-to-point by straight lines betweens; any arc is resolution of the points which create it as line segments. There is no arc "object", nor afaik, any way to build such an animal except by drawing it.
ADDENDUM
You can, of course, encapsulate into a function the facility to draw such an arc given those inputs and have that function take care of the nitty-gritty but that, to the best of what I can think of now, is the closest thing to an "object" you can get (outside the OOP paradigm nomenclature/implementation of course).
Mauro
Mauro le 26 Mar 2015
lets see what carel draw read with a connectet dashed line. thx for the comment dpb

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Object Properties dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by