image thumbnail
from Interactive curve class by Maxim Vedenyov
change curve by markers drag-and-drop

example1.m
clear classes

hf=figure;
ha=axes;
axis(ha,'manual');
ic=interactive_curve(hf,ha);

Contact us