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

1 次查看(过去 30 天)
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 个评论
dpb
dpb 2015-3-9
编辑:dpb 2015-3-10
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 2015-3-26
lets see what carel draw read with a connectet dashed line. thx for the comment dpb

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by