To put it bluntly, I need to create extensible lines in my GUI that can be made to link two ‘static text’ or ‘edit text’ boxes together (there are probably other programs that do this better but MATLAB is a must in this case). If the lines can be bent and otherwise edited, it’s a bonus. Is there a way to do this in MATLAB?
Share
It is possible, but it depends a bit on the exact features you need. For any solution, you need to draw axes encompassing the area where you’d like to have your line, and then you can use e.g. IMLINE to draw a draggable, moveable line (IMPOLY will give you the possibility to have lines with multiple points).
For example