wolffd@0: function aa = set(a,varargin) wolffd@0: % SET Set properties for the miraudio object wolffd@0: % and return the updated object wolffd@0: wolffd@0: t = mirtemporal(a); wolffd@0: t = set(t,'Title',get(a,'Title'),'Abs',get(a,'Abs'),'Ord',get(a,'Ord'),... wolffd@0: varargin{:}); wolffd@0: aa.fresh = a.fresh; wolffd@0: aa = class(aa,'miraudio',t);