Save polar plot automatically
古いコメントを表示
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....
回答 (1 件)
the cyclist
2011 年 12 月 8 日
0 投票
Use the print() command, which saves figures to disk in a variety of formats.
5 件のコメント
Matmien
2011 年 12 月 8 日
the cyclist
2011 年 12 月 8 日
Can you be more specific about what the problem is? Are you getting an error message? If so, what's the message?
(Also, it is a bad idea to call a variable "save", which is a MATLAB keyword.)
Matmien
2011 年 12 月 8 日
the cyclist
2011 年 12 月 8 日
What I mean is this:
When you run the code, does MATLAB report an error? What is the MATLAB error message?
the cyclist
2011 年 12 月 8 日
Also, I just noticed, shouldn't that be '-djpeg' rather than '-djpg'?
カテゴリ
ヘルプ センター および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!