plot2mif

版本 1.0.0.0 (9.9 KB) 作者: Juerg Schwizer
Vector graphics export of 2D MATLAB plots to Framemaker MIF-files.
1.6K 次下载
更新时间 2005/4/25

查看许可证

MATLAB to Framemaker MIF converter
Only 2D plots are currently supported

Usage: plot2mif(filename,graphic handle)
optional optional

Creates a Framemaker MIF file with the vector graphics contents of a MATLAB figure. The elements are hierarchically grouped. Use the Framemaker ungroup command to edit the elements of the figure. MATLAB pixel graphics elements (image, colorbar ...) are included in the MIF file as TIF graphics. The command 'newfigure' creates a new matlab figure that fits later on a A4 page in Framemaker.

Import in Framemaker:
File ... Import File ... Copy Into Document ... Choose File

Juerg Schwizer 24-April-2005
converter@juergschwizer.de

Features of the Release 25.11.2001
- plot2mif without any arguments asks for the filename in a file dialog box
- spaces in labels are now correctly interpreted
- reverse axes are now correctly interpreted
- controls are saved as tiff pictures in the figure
- handling of log axis scalings is improved (reverse log axes are still limited)
- handling of multiline texts is improved (especially for reversed axes)
- labels in legends are no more exchanged

Features of Release 09.12.2001
- axis scaling factors implemented (10^x)
- labels that contents Latex commands can be interpreted (with some limitations):
\alpha, \Alpha, \beta, \Beta, ... \infity, \pm, \approx
{\it.....} for italic text
{\bf.....} for bold text
^{...} for superscript
_{...} for subscript

Features of Release 29.10.2002
- improved colormap translation

Features of Release 24.04.2005
- improved axis handling, patch processing, corrected colorbar

Known problems (not yet corrected)
- 3D plots
- diamond, pentagram, and hexagram markers can not be interpreted
- no clipping -> zoom doesn't work
- certain graphic elements are not included in groups

引用格式

Juerg Schwizer (2024). plot2mif (https://www.mathworks.com/matlabcentral/fileexchange/3334-plot2mif), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Formatting and Annotation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Improvement of axis handling (box, color, data aspect ratio, exponent values), patch processing, corrected colorbar