Skip to content

Commit

Permalink
元胞向量机/渗流集群/
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangCongQing committed Jan 27, 2018
1 parent b446a94 commit 50cc437
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CellularAutomata/渗流集群/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
clc, clear
threshold = .63;
%
ax = axes('units','pixels','position',[1 1 500 400],'color','k');
text('units', 'pixels', 'position', [50,255,0],...
'string','BioNB','color','w','fontname','helvetica','fontsize',100)
text('units', 'pixels', 'position', [120,120,0],...
'string','441','color','w','fontname','helvetica','fontsize',100)
ax = axes('units','pixels','position',[1 1 650 700],'color','k');
text('units', 'pixels', 'position', [150,255,0],...
'string','ÃÀÈü','color','w','fontname','helvetica','fontsize',100)
text('units', 'pixels', 'position', [40,120,0],...
'string','³å·æС¶Ó','color','w','fontname','helvetica','fontsize',100)
initial = getframe(gca);
[a,b,c]=size(initial.cdata);
z=zeros(a,b);
Expand Down

0 comments on commit 50cc437

Please sign in to comment.