Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
Mauro
Mauro il 9 Mar 2015
Commentato: Mauro il 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 Commenti
dpb
dpb il 9 Mar 2015
Modificato: dpb il 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 il 26 Mar 2015
lets see what carel draw read with a connectet dashed line. thx for the comment dpb

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Graphics Object Properties 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