Rank: 221 based on 260 downloads (last 30 days) and 5 files submitted
photo

Steven Michael

E-mail
Company/University
MIT Lincoln Laboratory

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Steven View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
01 Apr 2008 KD Tree Nearest Neighbor and Range Search KD Tree range and nearest neighbor search. Author: Steven Michael kdtree, neighbor, nearest, range, mathematics 90 20
  • 4.0
4.0 | 16 ratings
13 Nov 2007 Memory File (mfile) Near drop-in replacement for fopen/fread for parsing binary files. Files are completely into memory Author: Steven Michael data import, data export, file io memory 3 2
  • 4.0
4.0 | 2 ratings
25 Sep 2007 qrot3d -- Quaternion Rotation A written-in-C compiled MATLAB function to do fast quaternion rotation on large 3D data sets. Author: Steven Michael quaternion rotate 3d, image registration, geometric transformat... 12 2
  • 5.0
5.0 | 1 rating
19 Sep 2005 Screenshot read_dxf -- read in an ASCII dxf file read_dxf will load an ASCII dxf file into MATLAB. Author: Steven Michael dxf, import, graphics import, graphics export, cad, utilities 65 4
  • 3.66667
3.7 | 3 ratings
19 Sep 2005 Screenshot Model3d MATLAB class for reading, viewing 3D dxf and 3ds files. Author: Steven Michael 3d, 3ds, graphics import, autocad, graphic, model 90 21
  • 3.27273
3.3 | 11 ratings
Comments and Ratings on Steven's Files View all
Updated File Comment by Comments Rating
03 Feb 2012 qrot3d -- Quaternion Rotation A written-in-C compiled MATLAB function to do fast quaternion rotation on large 3D data sets. Author: Steven Michael Tim

Nice, simple, fast.

17 Nov 2011 Model3d MATLAB class for reading, viewing 3D dxf and 3ds files. Author: Steven Michael Bruno

in Matlab r2011b I try to excecute the command but I receive this error:
"Error using class
The CLASS function must be called from a class constructor." I guess I have to recompile it... Isn't it? How can I do it? Thank you very much!

29 Sep 2011 Model3d MATLAB class for reading, viewing 3D dxf and 3ds files. Author: Steven Michael Jonas
23 May 2011 KD Tree Nearest Neighbor and Range Search KD Tree range and nearest neighbor search. Author: Steven Michael kennyou

@sun jin:
copy the directory @kdtree to current working directory, then the examples in README.txt can be performed

@all:
in matlab 2010b, KDTreeSearcher class work fine for me. here is a simple example:

>> X = rand( 10, 2 ) ; % 10 center vectors
>> tree = kdtreesearcher( X )
>> T = rand( 3, 2 ) ; % 3 test vectors
>> [ k, d ] = knnsearch( tree, T , 'k', 1 )

22 Apr 2011 Model3d MATLAB class for reading, viewing 3D dxf and 3ds files. Author: Steven Michael Lohsen, Grant

I can't get this to run on windows. I get the error "??? Undefined function or method 'model3d' for input arguments of type 'char'". I noticed that this includes .mexglx files, and i believe this is linux files. Does anyone have the mexw64 files so I can run this? alternatively, is there a free compiler I can put on my system to compile this?

Matlab R2008b

Top Tags Applied by Steven
dxf, graphics export, graphics import, 3d, 3ds
Files Tagged by Steven View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
01 Apr 2008 KD Tree Nearest Neighbor and Range Search KD Tree range and nearest neighbor search. Author: Steven Michael kdtree, neighbor, nearest, range, mathematics 90 20
  • 4.0
4.0 | 16 ratings
13 Nov 2007 Memory File (mfile) Near drop-in replacement for fopen/fread for parsing binary files. Files are completely into memory Author: Steven Michael data import, data export, file io memory 3 2
  • 4.0
4.0 | 2 ratings
25 Sep 2007 qrot3d -- Quaternion Rotation A written-in-C compiled MATLAB function to do fast quaternion rotation on large 3D data sets. Author: Steven Michael quaternion rotate 3d, image registration, geometric transformat... 12 2
  • 5.0
5.0 | 1 rating
19 Sep 2005 Screenshot read_dxf -- read in an ASCII dxf file read_dxf will load an ASCII dxf file into MATLAB. Author: Steven Michael dxf, import, graphics import, graphics export, cad, utilities 65 4
  • 3.66667
3.7 | 3 ratings
19 Sep 2005 Screenshot Model3d MATLAB class for reading, viewing 3D dxf and 3ds files. Author: Steven Michael 3d, 3ds, graphics import, autocad, graphic, model 90 21
  • 3.27273
3.3 | 11 ratings

Contact us at files@mathworks.com