Callback executed when the LTPDA GUI button is pressed M Hewitson $Id: ltpda_launcher_launch_ltpdagui.m,v 1.1 2008/03/07 08:37:08 hewitson Exp $
0001 function ltpda_launcher_launch_ltpdagui(varargin) 0002 0003 % Callback executed when the LTPDA GUI button is pressed 0004 % 0005 % M Hewitson 0006 % 0007 % $Id: ltpda_launcher_launch_ltpdagui.m,v 1.1 2008/03/07 08:37:08 hewitson Exp $ 0008 % 0009 0010 ltpdagui; 0011 0012 0013 end