I made some matlab codes... Is there any method to perform matlab codes in R program?? -- View this message in context: http://r.789695.n4.nabble.com/hi-guestion-tp2311219p2311219.html Sent from the R help mailing list archive at Nabble.com.
Translate the matlab code to the appropriate R expressions. On Mon, Aug 2, 2010 at 9:57 PM, leepama <butchman at hanmail.net> wrote:> > I made some matlab codes... > > Is there any method to perform matlab codes in R program?? > -- > View this message in context: http://r.789695.n4.nabble.com/hi-guestion-tp2311219p2311219.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. >-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve?
On Mon, Aug 2, 2010 at 9:57 PM, leepama <butchman at hanmail.net> wrote:> > I made some matlab codes... > > Is there any method to perform matlab codes in R program??There is an Octave/R lexicon here: http://cran.r-project.org/doc/contrib/R-and-octave.txt There are also ROctave and R.matlab packages on Omegahat although they appear not to have been updated for years: http://www.omegahat.org/RMatlab/ http://www.omegahat.org/ROctave/
On Aug 2, 2010, at 9:57 PM, leepama wrote:> > I made some matlab codes... > > Is there any method to perform matlab codes in R program??Octave/Matlab equivalencies: http://cran.r-project.org/doc/contrib/R-and-octave.txt http://rosettacode.org/wiki/Main_Page>David Winsemius, MD West Hartford, CT
Hi: In addition to the previous replies, there is package R.Matlab and a Matlab/R reference at CRAN by David Hiebeler under Contributed Documentation. HTH, Dennis On Mon, Aug 2, 2010 at 6:57 PM, leepama <butchman@hanmail.net> wrote:> > I made some matlab codes... > > Is there any method to perform matlab codes in R program?? > -- > View this message in context: > http://r.789695.n4.nabble.com/hi-guestion-tp2311219p2311219.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@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. >[[alternative HTML version deleted]]