programming

MatLab set environment path

Quite often you need to call external or system commands inside MatLab. If those external commands are not in path, you need to add them. Here is how: setenv('PATH', );
Xu Cui
7 sec read

Converting DICOM files to Analyze file in batch mode

I use SPM’s dicom import function to convert DICOM files to Analyze files. But it’s quite inconvenient if I have 20 subjects. Below is a script to do this conversion automatically. You can call this function inside a loop. function dicom2
Xu Cui
23 sec read

推荐一款文献管理软件Peaya Paper

文献这件事其实挺烦人的。但是做研究少不了读文献,写文章少不了引用文献。我给大家推荐个软件可以非常有效地完成这些事情。 Peaya Paper有些类似EndNote,但有下面的特点: 基于云(Cloud
Xu Cui
7 sec read

Flash 3D video demo

Racer Ostrova Zombie
Xu Cui
0 sec read

Table stakes, incrementals, and delighters

Features of a product can be classified as 1. Table stakes: features the product must have otherwise people won’t buy (e.g. phone service in iPhone) 2. Incremental: the more the better (e.g. capacity) 3. Delighters: users don’t expect but
Xu Cui
10 sec read

Delphi 7 on Windows 7, compatibility

from Hans’ blog: http://weblog.hansotten.com/?p=833 Delphi 7 is not quite compatible with Win 7. But you can solve this problem by following Hans’ steps: Run this as administrator. Open the properties on c:/program files/delphixxx directo
Xu Cui
15 sec read