📄 example81_formation.m
字号:
figure;
subplot(2,4,1),imshow(mat2gray(reshape(Test,L,W))),,xlabel('step=0');
q1=p(:,1)'*V';
subplot(2,4,2),imshow(mat2gray(reshape(q1,L,W))),xlabel('step=1');
q2=p(:,2)'*V';
subplot(2,4,3),imshow(mat2gray(reshape(q2,L,W))),xlabel('step=2');
q3=p(:,3)'*V';
subplot(2,4,4),imshow(mat2gray(reshape(q3,L,W))),xlabel('step=3');
q5=p(:,5)'*V';
subplot(2,4,5),imshow(mat2gray(reshape(q5,L,W))),xlabel('step=5');
q10=p(:,10)'*V';
subplot(2,4,6),imshow(mat2gray(reshape(q10,L,W))),xlabel('step=10');
q20=p(:,20)'*V';
subplot(2,4,7),imshow(mat2gray(reshape(q20,L,W))),xlabel('step=20');
q30=p(:,30)'*V';
subplot(2,4,8),imshow(mat2gray(reshape(q30,L,W))),xlabel('step=30');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -