精选优质文档-倾情为你奉上马尔科夫链%This is programmed for calculating the Markov-chain state transfer probability(First order) matrice!%This program is based on 4 thresholds,that is, the transfer probability matrice is 4x4.%Follow the notes to conduct the processing.%Coded by EOS%Nanchang Chinaclearclc%A=csvread(widetype.csv);% % or manually define via A= .A= %A is the information matrix which must be adjusted to wide-type,i(section)-j(time)%out=zeros(4,4);%Initialize the tr