Daily Archives: January 19, 2013

Saturday 01/19/13

11:00 A – 7:00 P Snail Rewrite fxn_Figs_y_v_snail to render only figures indicated in list Plotnames and show them in the indicated figure: ff = strfind(Plotnames,’box_CoVratio’); ff = find(1 – cellfun(@isempty, ff)); if ~isempty(ff) figure(Plotnumbers(ff)); clf; … end This facilitates … Continue reading

Posted in Summaries | Tagged , | Comments Off on Saturday 01/19/13

Code meeting

Organization Functions ‘Clean code’ * has help file — lists all inputs and outputs with descriptors functions have small number of mandatory inputs (typically 1-4) additional inputs are passed as ‘Flag’,value pairs.  (see examples) long code is written in demarcated code blocks … Continue reading

Posted in General STORM | Tagged | Comments Off on Code meeting