A COM based interface that allows you to call R functions from within MATLAB. The functions are:openR - Connect to an R server process.evalR - Run an R command.getRdata - Copies an R variable to MATLAB.putRdata - Copies MATLAB data to an R variable.closeR - Close connection to R server process.Rdemo - An example of using R from withing MATLAB.has passed the test.
File list:
closeR.m
Contents.m
evalR.m
getRdata.m
openR.m
putRdata.m
Rdemo.html
Rdemo.m
Rdemo.png

Rdemo_01.png

Rdemo_02.png

Rdemo_03.png

Rdemo_04.png