摘要: 一. 添加环境变量(Bash shell中用export,C shell中用setenv)1.直接在终端修改:export PATH=$PATH:software_installation_path/bin改修改只对本次进程有效2.修改用户级在home/用户/.profile中添加:export P... 阅读全文
posted @ 2014-12-07 16:25 bionmr 阅读(20282) 评论(0) 推荐(1) 编辑
摘要: 1 % A script for display the process of Fourier Transform of FID 2 % FID stands for Free Induction Decay,which is a signal over time domain.We 3 % ca... 阅读全文
posted @ 2014-11-16 15:59 bionmr 阅读(622) 评论(0) 推荐(0) 编辑