gcf:获取当前显示图像的句柄: 默认 plot 的 position 是 [232 246 560 420] 0. save >> A = randn(3, 4); >> B = 'hello world'; >> save 'data.mat' A B % 将多个对象保存进 data.mat 文件中 >> save data A B % 两个保存语句是等价的: 1. imwrite.saveas.print I = imread('./name.bmp'
控制图的大小 figure('position',[x0,y0,dx,dy]); figure(fig number); 显示图例 legend('leg1','leg2') depend on how many lines you plot in a figure; 改变字体大小 change the fontsize of x,y label at the same time. set(gca,'fontsize',15) 显示小刻度 % show minor tick on x axis
这篇文章是<数字图像处理原理与实践(MATLAB文本)>一本书的代码系列Part7(由于调整先前宣布订单,请读者注意分页程序,而不仅仅是基于标题数的一系列文章),第一本书特色186经225的代码页,有需要的读者下载用于科研.已经过半.代码运行结果请參见原书配图,建议下载代码前阅读下文: 关于<数字图像处理原理与实践(MATLAB版)>一书代码公布的说明 http://blog.csdn.net/baimafujinji/article/details/40987807 P186 A