Introduction - If you have any usage issues, please Google them yourself
% function name: HMMTrain
% parameters: V------- trains the observation sequence (n, X, 1Cell matrix), IPI, IA, and IB------- model parameter initial values
% return values: PI, A, B------- model parameter learning results
% function: Baum-Welch learning algorithm for hidden Markov model