is there any way i could make this program plot my own functions? e.g. x^2 + 3x ... i think something like changing the listbox in function chooser to en edit box? any suggestions?
function GUIdemo(fcn)
%demo of user interface construction
%this function CALLS ITSELF via GUI callbacks
%...