comparison analysis/analysisWorkflow.m @ 34:781ebde125cf

updating analysis script
author DaveM
date Thu, 16 Mar 2017 11:33:01 +0000
parents 74d123779d3b
children
comparison
equal deleted inserted replaced
33:74d123779d3b 34:781ebde125cf
1 diary('AnalysisOutput.txt'); 1 diary('AnalysisOutput.txt');
2 dendrogram(linkList); 2 dendrogram(linkList);
3 listSize = size(data,1);
3 currentRow = [2*listSize-1]; 4 currentRow = [2*listSize-1];
4 5
5 while (~isempty(currentRow)) 6 while (~isempty(currentRow))
6 if(currentRow(1) > listSize) 7 if(currentRow(1) > listSize)
7 row = currentRow(1) - listSize 8 row = currentRow(1) - listSize