主题: [MATLAB图像处理] How to Retain Graphs in Matlab
查看单个帖子
旧 2010-02-26, 15:02   #1
89578251
初级会员
 
注册日期: 2008-03-29
年龄: 39
帖子: 6
声望力: 0
89578251 正向着好的方向发展
默认 How to Retain Graphs in Matlab

Using the codes below hopefully I will get 15 graphs, but in fact I only get one. Any function in Matlab can help me retain all of the 15 graphs? Thanks in advance.

for i = 1:15
qqplot(Fkt1(:,i),Student_t15(:,i)) % Display 15 Q-Q plots versus Student-t distribution
end
89578251 当前离线   回复时引用此帖