记录一些用Matlab的技巧。//imshow全屏subplot(1,3,3); imshow(topSketMat); hold on;set(gcf, 'units', 'normalized', 'outerposition', [0 0 1 1]);//保存handle为图片,并且关闭fig...
分类:
其他好文 时间:
2015-12-01 14:32:21
阅读次数:
192
As it is shown in the fig, we have a graph G(V, E).1. Inpdependent Set: A set of nodes S\( \subset \)V is independent if no pair of nodes from S is co...
分类:
其他好文 时间:
2015-11-03 12:05:15
阅读次数:
144
总时间限制: 15000ms 内存限制: 150000kB描述The rotation game uses a # shaped board, which can hold 24 pieces of square blocks (see Fig.1).The blocks are marked wi...
分类:
其他好文 时间:
2015-11-01 15:01:59
阅读次数:
306
链接: http://www.kancloud.cn/thinkphp/php-fig-psr/3139 http://www.php-fig.org/ http://www.kancloud.cn/thinkphp/php-the-right-way
分类:
Web程序 时间:
2015-09-19 11:03:12
阅读次数:
161
一、 代码名称语义化的好处1、能让搜索引擎更好的收录2、对于特殊设备如盲人设备好解析二、article和section的区别article(文章):独立且能被外部引用section(章节、段落):不独立,不能被外部引用三、 css3常用的新增属性可以下拉的输入框datalist 2、图片加载fig....
分类:
Web程序 时间:
2015-09-14 01:52:12
阅读次数:
201
Docker:Up & Running
C/S Model + Registry3大组件:Compose(Fig),Machine,Swarmbridge(“docker0”)<-->private subnets(可用--net关闭,直接使用host地址)“无状态架构”:不应把数据库引擎潜到docker容器? vs ‘有状态应用’
无状态应用:依赖都可以通过环境变量传...
分类:
其他好文 时间:
2015-08-26 17:58:49
阅读次数:
183
1.Android快速开发--使用ORMLite操作数据库:http://blog.csdn.net/smbroe/article/details/457870812.android开发步步为营之60:IntentService与Service的区别:http://blog.csdn.net/fig...
分类:
移动开发 时间:
2015-08-18 15:43:50
阅读次数:
130
在写matlab程序时,会遇到在循环中保存图片的问题
利用saveas可以非常方便的保存在当前文件夹中
例如
for ii = 1:N
fig(ii) = figure(ii);
plot()...
picturename = strcat('Scatter P',num2str(ii),'.jpg');
saveas(fig(ii),picturename,'jpg')
en...
分类:
其他好文 时间:
2015-08-06 15:05:17
阅读次数:
803
转载自 落落轻尘[Fig文件方式,即使用菜单File->New->GUI来设计界面] 首先值得注意的是,在低版本matlab上制作的含GUI的m文件一般不能在高版本的matla...
分类:
其他好文 时间:
2015-07-30 13:16:03
阅读次数:
127