Rank: 238 based on 255 downloads (last 30 days) and 14 files submitted
photo

Daniel Claxton

E-mail
Company/University
University of Florida

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Daniel View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 Mar 2009 CELL2STR CELL2STR converts a cell array of strings into a character array. Author: Daniel Claxton data export, data import, matrix 13 7
  • 2.25
2.2 | 4 ratings
08 Mar 2009 Screenshot igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton iges, cad, spline, data export, nurbs, data import 61 16
  • 4.33333
4.3 | 6 ratings
20 Nov 2007 Screenshot GNURBS Interactive manipulation of NURBS surface/curve Author: Daniel Claxton approximation, bsplines, gui, nurbs, interpolation, non uniform ration bs... 14 4
  • 3.5
3.5 | 2 ratings
01 Apr 2007 NRBLOFT Loft nurbs surface from adjacent curves or lines Author: Daniel Claxton approximation, interpolation, nurbs loft curves sur... 4 0
14 Mar 2007 NURBS Converted NURBS toolbox Author: Daniel Claxton approximation, interpolation, non uniform ration bs..., bspline, nurbs 46 20
  • 4.5
4.5 | 8 ratings
Comments and Ratings on Daniel's Files View all
Updated File Comment by Comments Rating
31 Jan 2012 NURBS Converted NURBS toolbox Author: Daniel Claxton TCH

Sven and Matthew, I think I have got a solution to avoid the infinite loop but I don't know why:
NEVER modify the first three 0's and the last three 1's points, they have to be 0's and 1's.
in the democurve script, the last try of the demonstration intend to touch the third zero (which will cause the inifinite loop) so in the democurve.m file the code:
% @forbidden code start
crv.knots(1)=0.1;
crv.knots(2)=0.1;
crv.knots(3)=0.1;
crv.knots(end-2)=0.1;
crv.knots(end-1)=0.1;
crv.knots(end)=0.1;
@ forbidden code end
are all forbidden code lines,

crv.knots(4)=0.1;
crv.knots(5)=0.1;
crv.knots(6)=0.1;
... ...
crv.knots(end-5)=0.1;
crv.knots(end-4)=0.1;
crv.knots(end-3)=0.1;
 are the permissive code lines. Am I clear ? ? :-]

31 Jan 2012 NURBS Converted NURBS toolbox Author: Daniel Claxton TCH

actually the original findspan function seems to be stuck as well. the pure matlab version of the package is also stuck and dropped into the infinite loop, for the time I have got no ideas about the phenomenon. *~*

19 Jan 2012 igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton Brendan

Seemed to run just fine, but ANSYS can't read it. NrbsSrf2IGES produces IGES that can be read.

19 Jan 2012 igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton Brendan
11 Jan 2012 igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton Gordon, Mark

I'm trying to convert point cloud data (from a Kinect) to iges to import into Rhino (and then to Solidworks).

I put my data in to X, Y, and Z columns and the function appears to run successfully. However, when I try to import this file into Rhino it says: "Rhino found nothing to import from this IGES file.
This happens when an IGES file has no valid independent geometry."

Any thoughts on what is going wrong?

Top Tags Applied by Daniel
annotation, approximation, data export, data import, gui
Files Tagged by Daniel View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 Mar 2009 CELL2STR CELL2STR converts a cell array of strings into a character array. Author: Daniel Claxton data export, data import, matrix 13 7
  • 2.25
2.2 | 4 ratings
08 Mar 2009 Screenshot igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton iges, cad, spline, data export, nurbs, data import 61 16
  • 4.33333
4.3 | 6 ratings
20 Nov 2007 Screenshot GNURBS Interactive manipulation of NURBS surface/curve Author: Daniel Claxton approximation, bsplines, gui, nurbs, interpolation, non uniform ration bs... 14 4
  • 3.5
3.5 | 2 ratings
01 Apr 2007 NRBLOFT Loft nurbs surface from adjacent curves or lines Author: Daniel Claxton approximation, interpolation, nurbs loft curves sur... 4 0
14 Mar 2007 NURBS Converted NURBS toolbox Author: Daniel Claxton approximation, interpolation, non uniform ration bs..., bspline, nurbs 46 20
  • 4.5
4.5 | 8 ratings

Contact us at files@mathworks.com