How can I insert an image when publishing a document?
    37 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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.
0 comentarios
Respuestas (3)
  Jared Evans
 el 10 de Mzo. de 2020
        Also make sure it's on a new line. Took me an hour to figure out my mistake
%
% <<yourFile.jpg>>
2 comentarios
  Imola Fodor
 el 17 de Mzo. de 2022
				hello, this should also work in the live editor? putting it in a code section?
  KL
      
 el 22 de Ag. de 2017
        
      Editada: KL
      
 el 22 de Ag. de 2017
  
      % <<yourFile.jpg>>
4 comentarios
  KL
      
 el 23 de Ag. de 2017
				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
      
      
 el 22 de Ag. de 2017
         This code inserts a generic image called FILENAME.PNG into your published output.
<<FILENAME.PNG>>
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





