Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Script_For_Basic_Head_Modeling #2

Open
jinuk92 opened this issue Feb 25, 2019 · 1 comment
Open

Error in Script_For_Basic_Head_Modeling #2

jinuk92 opened this issue Feb 25, 2019 · 1 comment

Comments

@jinuk92
Copy link

jinuk92 commented Feb 25, 2019

Hello,
I have known about NeuroDOT at the last fNIRS 2018 Meeting in Tokyo.
It seems to be a good toolbox for fNIRS analysis.
However, There are some errors.

I used in MATLAB 2015b.
And, I want to try Script_For_Basic_Head_Modeling Tutorial.
But, When I pressed 'q' or the middle mouse button to release the figure, an error occurred.

Error message is as follow.

Undefined function or variable 'RunCGALMeshGenerator'.

Error in NirfastMesh (line 159)
[e,p] = RunCGALMeshGenerator(stack,param);

Error in NirfastMesh_Region (line 41)
mesh=NirfastMesh(mask,meshname,param,param.Mode);

Error in Script_For_Basic_Head_Modeling (line 30)
tic;mesh=NirfastMesh_Region(mask,meshname,param);toc

Please let me know how I can resolve the error.

Best regards,

Jinuk Kim

@bradday4
Copy link

Jinuk, The function RunCGALMeshGenerator is part of the nirfast toolbox. If you do not have the toolbox properly installed and configured on MATLAB's path then you will encounter this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants