2009/07/28

How to run m-function on linux in the background

 

nohup matlab < test.m > output.log &

If you don’t need the output, change “output.log” instead of /dev/null.

2009/07/27

How to use more than 2G memory in MATLAB

 

Memory Support and Windows Operating Systems

boot.ini

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="????" /3GB

2009/07/02

How to number equations

 

I know Mathtype can do that, but I can't afford it.  So, I went to official website of Microsoft to see if there is a solution for that.

http://blogs.msdn.com/microsoft_office_word/archive/2006/10/20/equation-numbering.aspx

This one is better than none.

2009/07/01

Dictionary .NET

 

Strongly recommended

http://fishcodelib.com/Dictionary.htm