Rank: 2389 based on 35 downloads (last 30 days) and 1 file submitted
photo

Johannes Korsawe

E-mail

Personal Profile:

I am a mathematician at the Volkswagen AG and working with MATLAB since ~1998.

Professional Interests:
fem, geometrical computations

 

Watch this Author's files

 

Files Posted by Johannes
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Jan 2008 Screenshot Minimal Bounding Box Minimal bounding box around points in the (x,y,z) space Author: Johannes Korsawe minimum, surface, cuboid, bounding, box 35 0
Comments and Ratings by Johannes View all
Updated File Comments Rating
29 Jul 2009 FAST K-NEAREST NEIGHBOURS SEARCH 3D VERSION The 3d version of GLTREE Author: Luigi Giaccari

Hi again,

i have found the erroneous line in KNNSearch.cpp:

instead of
                    pk.x=qp[i];pk.y=qp[i+N];pk.z=qp[i+N+N];
one has to use
                    pk.x=qp[i];pk.y=qp[i+Nq];pk.z=qp[i+Nq+Nq];

Now it's perfectly running. Very well done.

Best regards,
Johannes

29 Jul 2009 FAST K-NEAREST NEIGHBOURS SEARCH 3D VERSION The 3d version of GLTREE Author: Luigi Giaccari

Hi Luigi,

i really appreciate your tough work already for the 2d version.

However, there is some bug in your code that results in wrong results whenever the number of query points q does not match the number of data points p. If one adds a number of zeros to make the point numbers match, the code runs correct.

Are you able to fix this?

Best regards,
Johannes

07 Jul 2009 export_fig Exports figures nicely to a number of vector & bitmap formats. Author: Oliver Woodford

Really nice.
I still have a problem using uipanels (guis):

 If i create a plot and a colorbar, the colorbar will not be printed in the result.

Is it possible to enable for a search for colorbars? I tried to adopt your code but failed in copying the correct stuctures.

To say it with Stefan: Can you fix/enable that?

14 May 2009 gridtrimesh Fits a square grid surface of the form z = f(x,y) to a triangular mesh surface. Author: Willie Brink

Really good. Nice. Fast. With C support. Great.

20 Mar 2009 FAST K-NEAREST NEIGHBORS SEARCH Simple but very fast algorithm for nearest neighbors search. Supports KNN and radius search. Author: Luigi Giaccari

Really good! Great work and just came in handy.
Thanks a lot for sharing your work!

Top Tags Applied by Johannes
bounding, box, cuboid, minimum, surface
Files Tagged by Johannes
Updated   File Tags Downloads
(last 30 days)
Comments Rating
09 Jan 2008 Screenshot Minimal Bounding Box Minimal bounding box around points in the (x,y,z) space Author: Johannes Korsawe minimum, surface, cuboid, bounding, box 35 0
 

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