Christoph Budziszewski commited on 2009-04-26 04:21:11
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.discofish.de/MATLAB/spmtoolbox/SVMCrossVal@184 83ab2cfd-5345-466c-8aeb-2b2739fb922d
... | ... |
@@ -147,7 +147,7 @@ end |
147 | 147 |
|
148 | 148 |
for iVoxel = 1:nVoxel % linear structure avoids 3D-Loop. |
149 | 149 |
if (mod(iVoxel,100)== 0) |
150 |
- display(sprintf('Status: %03u / %03u Timepoints, %05u / %05u Coordinates',timeShiftIdx,nSamplePoints,iVoxel,nVoxel)); |
|
150 |
+ display(sprintf('Status: %03u / %03u Timepoints, %05u / %05u Coordinates',find(fbsTimeLine == timeShiftIdx),length(fbsTimeLine),iVoxel,nVoxel)); |
|
151 | 151 |
pause(0.001) %flush system event queue |
152 | 152 |
end |
153 | 153 |
% get surrounding coordinate-IDs within radius |
154 | 154 |