JAGS 3.4 not recognised as command in MATLAB Win10

7 次查看(过去 30 天)
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

请先登录,再进行评论。

更多回答(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