Rank: 364 based on 206 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 25 7
  • 2.83333
2.8 | 6 ratings
08 Mar 2009 Screenshot igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton cad, iges, convert, spline, nurbs, data import 37 19
  • 4.0
4.0 | 8 ratings
20 Nov 2007 Screenshot GNURBS Interactive manipulation of NURBS surface/curve Author: Daniel Claxton approximation, bsplines, gui, nurbs, interpolation, non uniform ration bs... 11 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... 2 1
  • 5.0
5.0 | 1 rating
14 Mar 2007 NURBS Converted NURBS toolbox Author: Daniel Claxton nurbs, non uniform ration bs..., interpolation, bspline, approximation 34 20
  • 4.5
4.5 | 8 ratings
Comments and Ratings on Daniel's Files View all
Updated File Comment by Comments Rating
08 Apr 2013 Surface Curvature Vectorized surface curvature computation Author: Daniel Claxton soudeh

Thank you for your code,
I am trying to obtain the principal curvatures (K1,K2) for each voxels(x,y,z) of a 3d image that has an intensity value. These values are calculated based on Gaussian and mean curvatures . How can I use your code in order to get my results.

26 Feb 2013 WORKBAR Efficient and stylish alternative to WAITBAR. Author: Daniel Claxton Haydock, Richard

Further to ben mitch's comments the latest versions of MATLAB dislike try/catch commands so replacing the two starting on lines 207 and 211 with

if exist('progtitle','var')==0;
progtitle = work.progtitle;
end
if exist('message','var')==0;
message = work.message;
end

seems to work.

Whilst I haven't found it to be a huge amount faster than waitbar the estimated time remaining, and setting it to run only every 5-10% of iterations, makes up for that!

03 Dec 2012 Surface Curvature Vectorized surface curvature computation Author: Daniel Claxton bnu

very good,thanks a lot!!

09 Nov 2012 CELL2STR CELL2STR converts a cell array of strings into a character array. Author: Daniel Claxton Venkatesh

18 Sep 2012 igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton TCH

!!!!!!!!!!!---------BUG REPORT--------!!!!!!!!!!!!!!!

for anyone who would download this code please revise the code in function wrapmat:
@code revision start:
387 nsrt = nchar-size(str,2);
388 if nsrt
389 % str(:,end+nsrt) = ' '; // comment this phrase
389 +str(:,end+1:end+nsrt)=' ';
390 end
@code revision end
the original code directly assign a space to the end+nsrt position of current line, the jumped spaces will be left to the null characters which is a fatal error according to the IGES file standard.
Hope you a nice use!

TCH

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 25 7
  • 2.83333
2.8 | 6 ratings
08 Mar 2009 Screenshot igesout Convert surfaces, curves and lines to IGES file Author: Daniel Claxton cad, iges, convert, spline, nurbs, data import 37 19
  • 4.0
4.0 | 8 ratings
20 Nov 2007 Screenshot GNURBS Interactive manipulation of NURBS surface/curve Author: Daniel Claxton approximation, bsplines, gui, nurbs, interpolation, non uniform ration bs... 11 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... 2 1
  • 5.0
5.0 | 1 rating
14 Mar 2007 NURBS Converted NURBS toolbox Author: Daniel Claxton nurbs, non uniform ration bs..., interpolation, bspline, approximation 34 20
  • 4.5
4.5 | 8 ratings

Contact us