How can I insert an image when publishing a document?

74 次查看(过去 30 天)
I would like to publish a MATLAB code into an html and pdf files and I want to insert an image from my computer into the code i.e. NOT a figure from MATLAB.

回答(3 个)

Jared Evans
Jared Evans 2020-3-10
Also make sure it's on a new line. Took me an hour to figure out my mistake
%
% <<yourFile.jpg>>

KL
KL 2017-8-22
编辑:KL 2017-8-22
% <<yourFile.jpg>>
Make sure to save your image in the folder where your m-file is being published. More here .
  4 个评论
KL
KL 2017-8-23
I tried it on R2015a as well, it works with a jpg file. Probably you're not putting it under a separate section..
<<image1.jpg>>
<<image2.jpg>>
<<image3.jpg>>
and all these images should be in the publishing folder.

请先登录,再进行评论。


Jan
Jan 2017-8-22
This code inserts a generic image called FILENAME.PNG into your published output.
<<FILENAME.PNG>>

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by