example_1.m

来自「一本关于dsp的原著教材」· M 代码 · 共 13 行

M
13
字号
colordef none; % Set a black background for the figures
load data; % Load the experimental data
whos % View the loaded variables

y=hmm2;

[X,stateSeq] = genhmm(y);
figure;
plotseq(X,stateSeq);
figure;
plotseq2(X,stateSeq,y);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?