plot2mif

Vector graphics export of 2D MATLAB plots to Framemaker MIF-files.

現在この提出コンテンツをフォロー中です。

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 (2026). plot2mif (https://jp.mathworks.com/matlabcentral/fileexchange/3334-plot2mif), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersLabels and Styling についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

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