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

Daniel Rohrbach

E-mail
Company/University
Charite Berlin

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Daniel
Updated File Comments Rating
05 Jan 2012 mtoc++ - Doxygen filter for Matlab and tools Create nice documentation for your MatLab project using doxygen Author: Daniel Wirtz

Great Job. This is really a useful tool and it is exactly what I was looking for. Thanks a lot!
 
Just 2 small issues (bugs) (Matlab R2011a):
1.: if I have a function within a class which has the following form:

function test
switch

end
end
then

I got an parser error. The problem is that the switch command must be indented:

function test
    switch
    …
    end
end

then it works.

2.: this issue does not affect everyone. I modified some of my code using other editors. For some reasons I got ‘\n’ replaced for line break by ‘\r\n’ which causes an parse error. I replaced in all my m-files single ‘\n’ by ‘\r\n’ and now it works.

Hopefully this was usefull.

Contact us at files@mathworks.com