Skip to content

Commit

Permalink
Update find_elements.m
Browse files Browse the repository at this point in the history
Apply function find_element to different atlases.
  • Loading branch information
zzstefan authored Apr 8, 2021
1 parent b4856c9 commit 556cda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Function/AddedFuntions/find_elements.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

tmp=connection_index-sum(new_index(1:i-1));
first=i;
M=i+1:116;
second=M(tmp);
M=i+1:nROI;
second=M(tmp);

0 comments on commit 556cda9

Please sign in to comment.