[SOLVED] Problems with installing SimNIBS for FEM mesh generation

Hello all,

I am trying to generate a FEM mesh, and according to the tutorial, SimNIBS is the best option to do so. I followed the installation instructions for SimNIBS to be installed, and found the SimNIBS GUI (which should indicate that SimNIBS has been installed correctly). However, when trying to create the FEM mesh, I get the error that SimNIBS is not installed (see picture below).

Should I add the SimNIBS map to the MATLAB path or is there something else I should do?

More information:

  • I installed SimNIBS in the following location:

Thanks in advance for any answer!

UPDATE: I fixed the issue by installing SimNIBS in the default location. I'll leave it up if someone else has the same dumb idea as me.

1 Like

The problem was maybe not the installation folder, but the configuration of the system path.
When installing SimNIBS, there is maybe an option somewhere to allow this install program to edit the system path and add the SimNIBS/bin folder to it.

After the system path is modified, Matlab must be restarted.
Installing SimNIBS and not restarting Matlab after would lead to the error you reported.

To edit the system path manually on windows 10:

  • Click on the Windows button
  • Search "environment" and click on "Edit the system environment variables"
  • Click on the button "Environment variables"
  • Edit the system variable "Path"

Dear @Francois,

Thanks for the reply, I think the not restarting MATLAB might be the real problem, thanks for clarifying!