nshukwrd 发表于 2018-9-13 15:11:03

利用Matlab编程进行马尔可夫预测

源程序clear
clc
% 读入状态转移概率矩阵
p=;
x=;
for i=1:11,
y=x*p^i
end

页: [1]
查看完整版本: 利用Matlab编程进行马尔可夫预测