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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!