function out = scope_structure(); % SCOPE_STRUCTURE % Output is an empty scope structure. % % Steve Drasco % Summer 1998 out = struct('n_tmplt',[],'m_mn',[],'m_mx',[], ... 'theta',[],'dp',[],'dq',[],'f_start',[],'templates',[]);