The file sequences.mat contains a set of fictitious bio-sequence in a cell array sequences {mu}(t). Thus sequences {3}(:) is the third sequence, GTCTCCTGCCCTCTCTGAAC which consists of 20 timesteps. There are 20 such sequences in total. Your task is to cluster these sequences into two clusters, assuming that each cluster is modelled by a Markov chain. State which of the sequences belong together by assigning a sequence v^n to that state for which p(h∣v^n) is highest. You may wish to use mixMarkov.