フィルターのクリア

problems with .eps files / matlab figure files

4 ビュー (過去 30 日間)
PAK
PAK 2018 年 9 月 11 日
回答済み: PAK 2018 年 9 月 12 日
Hi All,
I have a couple questions detailed below. I am using the command below to save out some polarhistograms to .eps files using the "print" function within a loop.
print(gcf,sprintf('NS6_001_NS3_001_recalled_cluster_%d_band_%d_phaselock',ii,jj),'-depsc');
  1. It saves an .eps file, which I've tried to load and place into Adobe Illustrator CS5. I can edit the 4 quadrants of the polarhistogram grossly, but I'm unable to change things like the color of the bars, text of the figure etc. I realize I can do all of this in Matlab, but normally, I'd like to make small corrections etc in Illustrator for my figure panel.
  2. "print" saves out a matlab figure file (.fig). It will not let me open this .fig file back into Matlab. Any ideas what this could be? I've attached the error message.
I've also attached a link below to the .eps file and .fig file.
Thank you!
PAK

採用された回答

PAK
PAK 2018 年 9 月 12 日
This was figured out. The flag '-painters' added to the print command fixes these issues.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by