You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
Please let me know how I can resolve the error.
Best regards,
Jinuk Kim
The text was updated successfully, but these errors were encountered: