Make plot appear in-line with text output when publishing
Afficher commentaires plus anciens
When I am publishing my script in MATLAB, I have code similar to the following:
plot(rand(1,5));
disp('Figure 1: A random plot');
When I publish this script, the figure is placed at the bottom of the section it is in, so the text appears above it. How can I get the figures to be displayed in-line with the other outputs?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Function Creation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!