RMatlab

RとMatlabの相互インターフェイス

インストール方法
http://www.omegahat.org/RMatlab/
http://www.stanford.edu/~dgleich/notebook/2009/09/rmatlab_using_r_from_matlab.html

起動
$source RMatlab/inst/scripts/RMatlab.sh
$matlab( -nojvm -nodisplay)

>>initializeR({'RMatlab','--vanilla','--silent'})

なぜか,javaモードで,
>>initializeR({'RMatlab'})
だと落ちる.