Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingdoog committed Nov 30, 2018
0 parents commit b5838fd
Show file tree
Hide file tree
Showing 26 changed files with 581,405 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CARun.m
@@ -0,0 +1,12 @@
clear
parfor i = [1:10]
if i~=6
[ave6,oave6] = multi(i/10.0,2,1);
ave(i)=ave6
rave(i)=oave6
disp([i,ave6,oave6])
disp('completed')
end
end
disp('CA')
% matlabpool('close')
Binary file added DBLP_4AREA/AC_Nets_v4.mat
Binary file not shown.

0 comments on commit b5838fd

Please sign in to comment.