JAGS 3.4 not recognised as command in MATLAB Win10

7 Ansichten (letzte 30 Tage)
Max Lovell
Max Lovell am 31 Aug. 2021
Kommentiert: Yongjian Feng am 1 Sep. 2021
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

Akzeptierte Antwort

Yongjian Feng
Yongjian Feng am 31 Aug. 2021
It seems like an issue of the PATH env var? Try to set the PATH env var to point to those folders?
  2 Kommentare
Max Lovell
Max Lovell am 1 Sep. 2021
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 am 1 Sep. 2021
Accept the answer please if it works for you. Thanks.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by