matlab - Extending a line by dragging another object in a figure -


i have functions moving objects around in figure. figure populated lines. i'm trying attach 1 vertex object (or position fixed relative object) when drag object, line extends it. wouldn't have trouble doing this, imline(.) function returns line no 'position' property. there other way this?

you can , set position of underlying line graphic object using getposition , setposition methods of imline object. these should suffice update line drag attached object.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -