add header to figure
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Stephen Gottschalk
le 28 Avr 2020
Réponse apportée : Star Strider
le 28 Avr 2020
I want to add a top header or banner line to a figure that has multple plots. Pseudo code is like this
figure;subplot(1,1,1);title('Big Title');subplot(2,2,1);title('Little One');subplot(2,2,2);title('Little Two');
That code generate two subplots and overwrites the 'Big Title'. The plots are saved to fig files and pdf files because not everyone had MatLab, so I'm using pdf files to communicate information with them.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Graphics Objects dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!