Save polar plot automatically

6 vues (au cours des 30 derniers jours)
Matmien
Matmien le 8 Déc 2011
Hello
there are my command:
figure; polarview(THETA,RHO,MULT,PRN); xlabel([datestr(JD(T1)) ' -------- Unfiltered -------- ' datestr(JD(T2))]) T=title(['TEQC Report file: ' strrep(file,'_','-')]);set(T,'fontsize',8)
figure; polarview(THETA,RHO,HFMULT,PRN); xlabel([datestr(JD(T1)) ' -------- Filtered -------- ' datestr(JD(T2))]) T=title(['TEQC Report file: ' strrep(file,'_','-')]);set(T,'fontsize',8)
How to save this figure aotomatically....

Réponses (1)

the cyclist
the cyclist le 8 Déc 2011
Use the print() command, which saves figures to disk in a variety of formats.
  5 commentaires
the cyclist
the cyclist le 8 Déc 2011
What I mean is this:
When you run the code, does MATLAB report an error? What is the MATLAB error message?
the cyclist
the cyclist le 8 Déc 2011
Also, I just noticed, shouldn't that be '-djpeg' rather than '-djpg'?

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB 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