Message-ID: <CAPtbhHysBYnbq_txPZxrbMk7UqN=3fRSVq2zZuz8NfF7UBcBhg@mail.gmail.com>
Date: 2012-12-25T15:07:57Z
From: Suzen, Mehmet
Subject: R and Matlab
In-Reply-To: <CA+C-+mhaEQ5t_SH1xrFtZjYme1kjLjm4QUdAPD56qXrwdzLU+A@mail.gmail.com>
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.