Azzera filtri
Azzera filtri

How to convert R code in Matlab

27 visualizzazioni (ultimi 30 giorni)
Ricardo Duarte
Ricardo Duarte il 17 Giu 2022
Risposto: Rik il 17 Giu 2022
Dear all,
I have a extense R code which I would like to convert it to Matlab.
Is there any way to do this, a sort of automatic way? I no, how can I know the corresponding functions in matlab.
Thank you in advance.

Risposte (1)

Rik
Rik il 17 Giu 2022
Unfortunately, no. It is not possible to convert R code automagically to Matlab code.
What you can do is call the R code from Matlab (e.g. using a file for data sharing and calling R through the system command). There is something available on the FEX (MATLAB R-link), but it is fairly old and seems to only work on Windows.
Otherwise you will have to replicate the functionality of the R function. Not every function has a 1-to-1 equivalent, which makes sense as R and Matlab are different languages. The languages are similar, so going line by line isn't a bad first step.

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by