📄 example_2_0.m
字号:
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;
plotseq2(X,stateSeq,y);
figure;
SUBPLOT(2,3,1),
plot(X1(:,1),X1(:,2))
SUBPLOT(2,3,2),
plot(X2(:,1),X2(:,2))
SUBPLOT(2,3,3),
plot(X3(:,1),X3(:,2))
SUBPLOT(2,3,4),
plot(X4(:,1),X4(:,2))
SUBPLOT(2,3,5),
plot(X5(:,1),X5(:,2))
SUBPLOT(2,3,6),
plot(X6(:,1),X6(:,2))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -