Watch this Author's files
Suggestion: 1. Your program uses polar3d, but you have not mentioned this.
2. Bugreport: line 234: it is::: function rectZernikeButton_Callback(hObject, ~, handles)
it should be:::: function rectZernikeButton_Callback(hObject, eventdata, handles)
3. it crashes my old Matlab 7.4 on Linux: Segmentation violation detected :-)
But it works on newer versions (I have 2009b at Uni). Documentation is awesome (unlike many other tools).
Fabrice, thank for the program! The only question I have: is it possible to comment variables by such script? I mean, if I have
a = [1,2,3,4]; %> this is a description of the var
can it be displayed in doxygen-generated docs?
Contact us