89578251
2010-02-26, 15:02
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
for i = 1:15
qqplot(Fkt1(:,i),Student_t15(:,i)) % Display 15 Q-Q plots versus Student-t distribution
end