Rank: 40127 based on 0 downloads (last 30 days) and 0 files submitted
photo

Paul Groot

E-mail
Company/University
Academic Medical Center Amsterdam

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Paul View all
Updated File Comments Rating
11 Sep 2009 freehanddraw Draw smooth lines freehand on images or plots; return the handle and xy data of the line object. Author: Brett Shoelson

Very nice work!
Noticed a small issue, which may only occur in recent (R2009a) releases: The DoubleBuffer property seems not always present in the oldvals structure at line 82. This could be solved by moving it to a separate line:

if isfield(oldvals, 'DoubleBuffer')
    set(gcf,'doublebuffer',oldvals.DoubleBuffer);
end

28 Aug 2009 settings Interact with Windows registry from MATLAB. Author: Mihai Moldovan

Nice function! I think there is a minor issue with the double backslash escaping. You can get rid of all the double backslashes by changing the fprintf-line from:
   fprintf(fid,t)
to
   fprintf(fid,'%s\n',t);

28 Aug 2009 settings Interact with Windows registry from MATLAB. Author: Mihai Moldovan

Contact us at files@mathworks.com