EPS export problems in R2015a (in Japanese)

現在,R2015a(4月中旬にライセンス購入)とR2013aを異なるデバイス上で使用しています。 デバイスはそれぞれ,iMac (Late 2012)とMacBook Pro (Mid 2014)で,OS X Yosemite (version 10.10.3) です。
R2015aでEPSファイルを出力した際に,標準のプレビュー画面(両デバイス)での表示において
  1. 'Converting the PostScript file "test.eps" produced the following warnings: · CMR10 not found, using Courier. CMMI10 not found, using Courier.'というPostScript Conversion Warningが必ず出てくる [Q. 159509]
  2. 図の周りに空白が生じ,図全体が左下に表示される [Q. 162283]
という問題が生じています。 どちらもCentral上で既に報告されているものです。
後者に関しては,Support Teamの回答をもとに'%%BoundingBox:~'を以前の位置に戻すスクリプトを作成して対処しました。
しかしながら前者の問題は,R2013aで出力したEPSファイルには存在しなかった
%%IncludeResource: font Times-Italic %%BeginResource: font CMR10 %!PS-AdobeFont-1.0: mwb_cmr10 1.00B %%Title: mwb_cmr10 %Version: 1.00B %%CreationDate: Thu Jan 27 10:30:22 2011 %%Creator: Ben Hinkle %Copyright: Copyright (C) 2011 MathWorks, Inc % Generated by FontForge 20100429 (<http://fontforge.sf.net/>) %%EndComments
を始めとしたフォントに関する情報が挿入されており,これが原因で今もなお対処できていない状態です。
これに関してはどう対処すれば良いのでしょうか?

Answers (0)

Categories

Products

Asked:

on 29 Apr 2015

Community Treasure Hunt

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

Start Hunting!