전체 글195 터미널 테마 TomorrowNight https://github.com/chriskempson/tomorrow-theme/blob/master/OS%20X%20Terminal/Tomorrow%20Night.terminal 2018. 1. 18. scp copy multiple files scp 로 remote 에서 local로 파일 카피 해 올때 scp your_username@remote.edu:/some/remote/directory/\{a,b,c\} ./ 2017. 8. 3. [spm] real world coordinate 와 voxel coordinate 변환 FORMAT V = spm_vol(P) V.mat - a 4x4 affine transformation matrix mapping from voxel coordinates to real world coordinates. mat은 복셀스페이스 (복셀스페이스, x로 몇복셀,y로 몇 복셀 ..) -> realworld (mm 단위,, 실제 머리의 크기와 관련된 현실사이즈) cent = AMAP(i).centroid; // cent가 mm단위의 real world 좌표일때. vx = double(inv(aalv.mat)*[cent'; 1]); // aalv.mat의 inv를 곱해주면.. realworld->복셀좌표. vx가 cent로 갈때는 aalv.mat*vx 해주면 cent가 나온다. 2017. 8. 2. matlab repeated measure anova http://www.mathworks.com/matlabcentral/newsreader/view_thread/124837 Repeated measures single-factor analysis of variance test. Repeated measures two-way analysis of variance test. Repeated measures mixed two-way analysis of variance test. Three-way Analysis of Variance With Repeated Measures on One Factor Test. Three-way Analysis of Variance With Repeated Measures on Two Factors Test. Three-way.. 2015. 11. 11. 이전 1 ··· 22 23 24 25 26 27 28 ··· 49 다음