Rank: 37914 based on 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

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com