How to add more function inside the drawpolyline matlab function

4 ビュー (過去 30 日間)
SatyaPrakash Gupta
SatyaPrakash Gupta 2020 年 4 月 27 日
回答済み: SatyaPrakash Gupta 2020 年 4 月 28 日
I am using drawpolyline matlab function where i can draw polyline manually for the requested axes.
after drawing the polyline , when i right click on the drawn polyline , i could see only 2-options available i.e add vertex and delete.
further i would like to add , few more options when i right click on the drawn polyline, Could anyone can help me to solve this issue ?

採用された回答

SatyaPrakash Gupta
SatyaPrakash Gupta 2020 年 4 月 28 日
I used UIMENU and hence now i am able to add more functions
topmenu = uimenu('Parent',c,'Label','LabelType');
m1 = uimenu('Parent',topmenu,'Label','Guardrail(motor…)','Callback',@LabelType);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTiming and presenting 2D and 3D stimuli についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by