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