Illustrator 88 to V3 Conversion for MATLAB

Converts Illustrator 88 Output from MATLAB Graphics to an illustrator 10 compatible file.
1.5K Downloads
Updated 15 Jul 2003

No License

Illustrator 10 no longer supports the illustrator 88 file format. This means that figures produced using the print -dill command cannot be imported directly into Illustrator.

The differences between v88 and v3, the earliest supported format, are minimal. This means that, for MATLAB, only the text tags need to updated to the new format.

A perl script (88convert.pl) is provided to make the necessary changes. This has been tested on most of the demo 2d and 3d graphics and no bugs have been found so far.

An updated print.m which automatically runs the perl script on any output produced by print -dill is also included.

Install the perlscript in a directory on your path and make it executable.

You can then either install the new print.m or issue the command:

!88convert [filename]

from the MATLAB prompt.
Files are backed up to filename.bak

Cite As

James Argyle (2024). Illustrator 88 to V3 Conversion for MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/3717-illustrator-88-to-v3-conversion-for-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Graphics Object Identification in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0