Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの値を計算し、グラフを印刷し、ドキュメント PDF を開く MATLAB のコードがあります。
Publishdisp出力とグラフを簡単にキャプチャできます。ただし、使用して関数ファイルから開いた PDF ファイルopen('My.pdf')は、パブリッシャーによってキャプチャされません。
Publish
disp
open('My.pdf')
パブリッシャーは html 形式を使用します。これを解決する方法はありますか?
いいえ -- PDF は別のアプリケーションで開かれ、Matlab はそれを発行操作に含めません。
クラッジとして、自分でスクリーンショットを作成し、 と を使用して表示できimreadますimage。
imread
image