export_fig does not export impoint, impoly and others

1 回表示 (過去 30 日間)
Hassan Naseri
Hassan Naseri 2014 年 4 月 24 日
If a plot contains an "impoint" or "impoly", or probably any of these interactive objects from image processing toolbox, the output of "export_fig" simply doesn't show them. The problem happens only when exporting an axes not the whole figure. I would very much appreciate any suggestion?
figure()
handle = subplot(1,2,1);
impoly(handle, [1 1; 2 2; 1 2])
export_fig('test.pdf', '-pdf', '-transparent', handle)

回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by