Effacer les filtres
Effacer les filtres

save figure

5 vues (au cours des 30 derniers jours)
Baba
Baba le 8 Nov 2011
How do I save this figure and supress so that the figure isn't actually shown?
data=load('data.txt')
plot(x)

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 8 Nov 2011
h=figure('visible','off');
plot(h,1:10);
saveas();
close(h);

Plus de réponses (0)

Catégories

En savoir plus sur Printing and Saving 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!

Translated by