How to execute R file in matlab with Windows?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have a file in R that I want to include and execute in a Matlab file. My laptop uses Windows. Mathworks gives some suggestion. As I cannot find my file path, I simply saved filename.R and the Matlab file in one folder and use RunRcode(filename.R). But it gives the next error: Undefined variable "TransProbMatrixEen" or class "TransProbMatrixEen.R".
Error in TestParts (line 14) RunRcode(TransProbMatrixEen.R),
Then I read some more, and came across this suggested code: !Rscript TransProbMatrixEen.r Error: 'Rscript' is not recognized as an internal or external command, operable program or batch file.
Does anyone have simple feedback/suggestions?
kind regards,
Clarisha
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!