Hi, I want to convert my MATLAB programs to R studio programs. Kindly guide on the same. [[alternative HTML version deleted]]
a simple Google search turns up several possible choices. There is a package 'matconv' that might serve your purposes. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Thu, Jan 18, 2018 at 7:49 AM, Anjali Karol Nair <anjali232 at gmail.com> wrote:> Hi, > > I want to convert my MATLAB programs to R studio programs. > Kindly guide on the same. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >[[alternative HTML version deleted]]
> On Jan 18, 2018, at 7:49 AM, Anjali Karol Nair <anjali232 at gmail.com> wrote: > > Hi, > > I want to convert my MATLAB programs to R studio programs. > Kindly guide on the same.Hi, Using Google with a search phrase such as "MATLAB to R" will yield a number of possible resources for you such as: http://www.math.umaine.edu/~hiebeler/comp/matlabR.pdf which provides a reference for associating MATLAB code to R equivalents. You can then take it from there. Also, a clarification on your misunderstanding above, which seems to be prevalent from what I can tell on various online fora. R Studio is a third party GUI that sits on top of R, it is not R. Thus, "R studio programs" is not accurate. They are R programs that can be created, edited and run via the R Studio GUI. Regards, Marc Schwartz