How to execute R file in matlab with Windows?
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!