how to make curved arrow
67 ビュー (過去 30 日間)
古いコメントを表示
How can i create arrow that's making half of a circle from exact point to exact point
0 件のコメント
回答 (1 件)
Bjorn Gustavsson
2022 年 11 月 22 日
There are a number of submissions on the File Exchange that helps you with this:
HTH
2 件のコメント
WQ wang
2022 年 11 月 23 日
Have you tried the matlab-diagrams package? I encounter a problem when I try that. I found all the parameters like ' diagrams.cylinder_line(c1, c2, LineWidth=8, color=diagrams.colors.blue) ' can not be read by matlab. 'LineWidth=8, color=diagrams.colors.blue' should be ' 'LineWidth',8, 'color',diagrams.colors.blue '. Did I miss something?
Bjorn Gustavsson
2022 年 11 月 29 日
No, I think I used one, or both, of the other two. Did they help solve your issue?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!