run>Polar plot > Save

6 次查看(过去 30 天)
Matmien
Matmien 2011-12-8
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....
h=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) save='C:\Users\muhaimin\Desktop\Soft code\Cuba download banya';
print(h,'-djpg',save);
we have problem with this code. can u see
we also try this command saveas(h,'jpg',save);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Grid Lines, Tick Values, and Labels 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by