Matlab mesh to PDF with 3D interactive object
by Alexandre Gramfort
22 Sep 2009
(Updated 10 Jan 2010)
Export triangulated mesh into a pdf with a 3D interactive object.
|
Watch this File
|
| File Information |
| Description |
Export triangulated mesh into a pdf with a 3D object. The matlab mesh is converted to IDTF with matlab code. The IDTF file is converted to u3d with an external binary file. The u3d file can then be embedded into a pdf with pdflatex and the movie15 package. The user can then interact with the mesh (zoom, rotate etc.) from adobe reader. The package contains demo data and example of output.
The code of the IDTF to U3D converter can be obtained at : http://sourceforge.net/projects/u3d/
or in a nicely repackaged version from http://sourceforge.net/projects/mathgl/files/
thanks to Michail Vidiassov.
The toolbox has been tested on mac intel, linux and windows.
To test run the script : demo_mesh2pdf.m
|
| Acknowledgements |
This submission has inspired the following:
Generate U3D files from STL models for making multilayer 3D PDF figures
|
| MATLAB release |
MATLAB 7 (R14)
|
| Other requirements |
The demo script requires the pdflatex command. On windows it is assumed that you have MikTex 2.8 installed. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 28 Sep 2009 |
- fix minor bug on windows
- removing useless files in zip |
| 10 Jan 2010 |
For windows users, this version does not require anymore to have meshlab installed. |
|
Contact us at files@mathworks.com