Rank: 1260 based on 56 downloads (last 30 days) and 1 file submitted
photo

Nick Angelini

E-mail
Company/University
Virginia Tech

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Nick
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 Feb 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini publish, dependent, html, potw, pick of the week 56 4
  • 5.0
5.0 | 1 rating
Comments and Ratings by Nick View all
Updated File Comments Rating
13 Feb 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini

Mikhail,

Thanks for finding that. I have added it to the file and have submitted the updated version.

23 Jan 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini

@Jiro

I have added some crude support for displaying the html document when no output argument is given. I just used nargout. Is there a more elegant solution?

Comments and Ratings on Nick's Files View all
Updated File Comment by Comments Rating
13 Feb 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini Angelini, Nick

Mikhail,

Thanks for finding that. I have added it to the file and have submitted the updated version.

07 Feb 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini Mikhail

Thanks!

However, it also includes my called MEX functions into the generated report (which looks kinda weird in the report).

I added the following around line 95 to mitigate this particular behavior:

%% Remove hits that are probably MEX functions
idx=strfind(out,mexext);
for i=1:length(idx),
    idxs(i) = ~isempty(idx{i});
end
out(idxs)=[];

23 Jan 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini Angelini, Nick

@Jiro

I have added some crude support for displaying the html document when no output argument is given. I just used nargout. Is there a more elegant solution?

19 Jan 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini Doke, Jiro

Very nice entry Nick!

This may be about preference, but it would be nice if I call the function without any output argument, then it would open the published HTML in the MATLAB browser. This is the same behavior as "publish".

Otherwise, I really like it. I plan on highlighting this entry for this week's Pick of the Week.

Thanks for the submission!

Top Tags Applied by Nick
dependent, html, publish
Files Tagged by Nick
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 Feb 2012 Publish dependent and called functions Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. Author: Nick Angelini publish, dependent, html, potw, pick of the week 56 4
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com