Model3d
MATLAB class for reading, viewing 3D dxf and 3ds files.
Author: Steven Michael
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?
I think the group functions may not be working properly. If you experience any problems with it let me know. I am trying to determine if there is an error in it.
Mark,
The original file this is based off of (written by Brad Humphreys of ZIN Technologies) supported V1.0 of TDMS, mine supports V1.2. I haven't written one to support v1.1 and have not seen any documentation of the format (v1.2 has format specs online). I hard coded the version restriction so that it would only run on supported version (1.1 is 4712 and 1.2 is 4713).
I may add support for v1.1 in the future but it will be after i incorporate the upcoming v1.2 enhancements to speed and support of comment data.
-Grant
This file is about to face a major update so comments will be supported in imports. Just FYI to check back inside of ~1-2 months (when I get time to update it)
I think this is a much better solution than the dll provided by NI. I've searched extensively and tried a few approaches and this is the closest I've found to a good solution so I really appreciate the work that has been done here. I am having problems getting it to fully work, though. I implemented fix 1 suggested by Alex above and added a few more hacks to get it to run without errors, but in the end none of the data is present in the output. I added a line to remove commas in the fixcharformatlab, and I also had to add a check after line 315 to continue the loop if cnt == 0. If you'd like I could send you my tdms file to help with debugging.
I think the group functions may not be working properly. If you experience any problems with it let me know. I am trying to determine if there is an error in it.
I think this is a much better solution than the dll provided by NI. I've searched extensively and tried a few approaches and this is the closest I've found to a good solution so I really appreciate the work that has been done here. I am having problems getting it to fully work, though. I implemented fix 1 suggested by Alex above and added a few more hacks to get it to run without errors, but in the end none of the data is present in the output. I added a line to remove commas in the fixcharformatlab, and I also had to add a check after line 315 to continue the loop if cnt == 0. If you'd like I could send you my tdms file to help with debugging.
I think the group functions may not be working properly. If you experience any problems with it let me know. I am trying to determine if there is an error in it.
Comment only