Split matrix into small matricess
April 19, 2011 Leave a comment
A = your_matrix [300,25]
Mcell = mat2cell(A,repmat(30,10,1),25)
Life's Memo!
April 19, 2011 Leave a comment
A = your_matrix [300,25]
Mcell = mat2cell(A,repmat(30,10,1),25)
April 15, 2011 Leave a comment
% 計算所要時間の表示
startT = clock();
startCpuT = cputime;
%
% 自分の計算
%
ntime=cputime-startCpuT;
nhour = floor(ntime/60/60);
nmin = floor((ntime-nhour*3600)/60);
nsec = ntime-nhour*3600-nmin*60;
disp(sprintf(‘%s%s’, ‘開始時間:’,datestr(startT,31)));
disp(sprintf(‘%s%s’, ‘終了時間:’,datestr(clock,31)));
disp(sprintf(‘%s%d%s%02d%s%04.1f%s’, ‘計算所要時間:’,nhour,’時間’,nmin,’分’,nsec,’秒’));
Link: http://sach1o.blog80.fc2.com/blog-entry-26.html
April 5, 2011 Leave a comment
1. Đăng ký acc từ trang Portal
2. Dùng FTP để upload/download data
–> Xem mục 4.5
http://tsubame.gsic.titech.ac.jp/docs/guides/tsubame2_win/html/usage.html
4. Cài đặt Cygwin để dùng graphic:
http://tsubame.gsic.titech.ac.jp/node/360
4. Sử dụng Matlab
http://tsubame.gsic.titech.ac.jp/docs/guides/isv-apps/MATLAB/pdf/MATLAB.pdf