Create a list of choices with uicontrols and callbacks. | |
Info about RECDEMO: A statistical procedure for reconstruction of 1D signals. | |
Clear command window. | |
Form blank padded character matrix from strings. | |
Vertically concatenate strings. |
01 function recdemo 02 % RECDEMO Show Rec figures with point and click interface 03 % 04 % CALL: recdemo 05 % 06 07 % By pab 28.01.2000 08 09 header = 'Reconstruction Demo'; 10 labels =strvcat('Change Settings' , 'Run All Scripts' , ... 11 'Run One Script' , 'Clean Up'); 12 callbacks = str2mat('recfig(-1)', 'recfig(-2)', ... 13 'recfig(-3)', 'recleanup'); 14 global RECFIGNUM 15 RECFIGNUM = 0; 16 clc; 17 %figure(gcf+1) 18 recintro 19 choices('Rec',header,labels,callbacks); 20 21
Comments or corrections to the WAFO group