JAGS 3.4 not recognised as command in MATLAB Win10

조회 수: 8 (최근 30일)
Max Lovell
Max Lovell 2021년 8월 31일
댓글: Yongjian Feng 2021년 9월 1일
I am currently trying to run the following package: https://github.com/metacoglab/HMeta-d which, according to the listed wiki requires JAGS 3.4 to run in MATLAB. I have previously gotten this to work on a Mac although need it to run on my PC running Windows 10 now.
When attempting to run the main function I am met with the following error:
Error using matjags (line 282)
Error from dos environment: 'jags' is not recognized as an internal or external command, operable program or batch file.
Going into the program files, I notice that the jags-terminal states the following:
Loading module: basemod: The specified module could not be found.
Loading module: bugs: The specified module could not be found.
Although I can find these modules in the relevant folder.
Does anyone know how to fix this? I have found the same error occurs when running JAGS 4.3 so I don't believe the version is the issue, and as it worked on a Mac before, neither is the MATLAB code. Perhaps windows is blocking access to the program?
Thanks

채택된 답변

Yongjian Feng
Yongjian Feng 2021년 8월 31일
It seems like an issue of the PATH env var? Try to set the PATH env var to point to those folders?
  댓글 수: 2
Max Lovell
Max Lovell 2021년 9월 1일
Thanks very much Yongjian, that worked.
I had to add:
C:\Program Files\JAGS\JAGS-3.4.0\x64\bin
to the path env. note using the i863 folder doesn't work.
Cheers
Yongjian Feng
Yongjian Feng 2021년 9월 1일
Accept the answer please if it works for you. Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by