Mercurial > hg > ishara
diff general/algo/iterate_timed.m @ 37:beb8a3f4a345
Renamed prefs to options throughout.
author | samer |
---|---|
date | Mon, 28 Jan 2013 10:52:11 +0000 |
parents | 0ce3c2070089 |
children |
line wrap: on
line diff
--- a/general/algo/iterate_timed.m Thu Jan 24 14:51:23 2013 +0000 +++ b/general/algo/iterate_timed.m Mon Jan 28 10:52:11 2013 +0000 @@ -21,7 +21,7 @@ % NB: Unlike ITERATE, this does NOT respect the id, save, and recover properties. % Neither does it respect the OPTPAUSE property 'pause'. - opts=prefs('its',inf,'drawnow',0, 'quiet', 0, 'defer', 0, ... + opts=options('its',inf,'drawnow',0, 'quiet', 0, 'defer', 0, ... 'busy_mode','queue','exec_mode','fixedRate', ... 'onfinish',@nop,'onstart',@nop,'onstop',@nop,varargin{:});