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

Axel

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Axel View all
Updated File Comments Rating
18 Nov 2011 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

Posted the comment to quickly. The argument checking seems to be fine. It is coherent with the rest of the code.

Sorry for the confusion

18 Nov 2011 Iterative Closest Point An implementation of various ICP (iterative closest point) features. Author: Jakob Wilm

There seems to exist a little bug in your function arguments parsing. The line:
inp.addParamValue('Normals', [], @(x)isreal(x) && size(x,1) == 3);
seems to check dimensions differently from what the help states.
Shouldn't instead read:
inp.addParamValue('Normals', [], @(x)isreal(x) && size(x,2) == 3;

Top Tags Applied by Axel
kml
Files Tagged by Axel
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Feb 2012 Screenshot Google Earth Toolbox Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth Author: scott lee davis google, google earth, kml, kmz, earth sciences, earth 359 48
  • 4.8
4.8 | 47 ratings

Contact us at files@mathworks.com