Subplots Saveas Function Problem
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sérgio Querido
le 12 Sep 2017
Réponse apportée : Sérgio Querido
le 13 Sep 2017
Hello,
I did this graph configuration in Property Editor and generated the code. In my code i run it as follows:
X1=[1:6]
Y1=hsd
Y2=hi
Y3=td
Y4=ratio
graph(X1,Y1,Y2,Y3,Y4)
This is the final graph.

How can i save it automatically as a png format with saveas??
Example:
graphwrite=[[Filename],'fisico','.png'];
saveas(...,graphwrite)
0 commentaires
Réponse acceptée
Plus de réponses (4)
Sérgio Querido
le 12 Sep 2017
Voir également
Catégories
En savoir plus sur Subplots 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!