查看单个帖子
旧 2009-03-24, 16:04   #5
menqiuchen
初级会员
 
注册日期: 2009-03-04
年龄: 40
帖子: 7
声望力: 0
menqiuchen 正向着好的方向发展
默认 回复: [求助]如何给组图添加一个标题

subplot(1,3,1);imshow('plane.bmp');title('原始图像');
subplot(1,3,2);imshow('planehide1.bmp');title('篡改后的图像');
subplot(1,3,3);imshow('cuangai.bmp');title('篡改位置定位');
这种格式可以,就是有些麻烦
menqiuchen 当前离线   回复时引用此帖