R and Matlab
Simplest way is the call a system command, using R CMD. See :http://stackoverflow.com/questions/6695105/call-r-scripts-in-matlab But there are more complicated solutions are proposed: http://www.mathworks.co.uk/matlabcentral/fileexchange/5051 This is uses R-(D)-COM In my opinion most robust integration can be achived via Java code that runs R. So you can easily use that in Matlab. On 24 December 2012 20:42, Amirehsan Ranginkaman
<aeranginkaman at gmail.com> wrote:
Hi,
How can I call R functions or Package in MatLab?
Is there any way?
Thanks
Regards
Ranginkaman
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.