51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#多幅
matlab在一个figure中显示多幅图像
以显示2行3列为例:subplot(2,3,1);imshow(“1.jpg”);title('firstimg','fontname','TimesNewRoman','Color','k','FontSize',12);holdon; subplot(2,3,2);imshow(“2.jpg”);title('se...
开发笔记
·
2020-03-15
matlab
一个
figure
显示
多幅
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他