Hi,
I am strating with fNIRS and piloting recentrly in order to find a suitable experimental design with fNIRS.
I have been trying Homer3 and NIRS Toolbox and I have a problem with the latter.
I import NIRX fata files without a problem in the "raw" variable but when i want to draw my probe setup with
> raw(1).probe.defaultdrawfcn = '3D Mesh';
> raw(1).probe.draw
I always get an error like this one:
Error using num2str (line 45)
Input to num2str must be numeric.
Error in camlight (line 60)
error(message('MATLAB:camlight:InvalidArgument', num2str( args{ 1 } )));
Error in nirs.util.plotmesh (line 13)
camlight(axis_handle);
Error in nirs.core.Mesh/draw (line 224)
h = nirs.util.plotmesh( obj.nodes, obj.faces, ...
Error in nirs.core.Mesh/draw (line 210)
h(i) = draw( obj(i), valuesi, vmax, thresh, cmap,axis_handle );
Error in nirs.core.Probe1020/draw (line 382)
h=mesh.draw([],[],[],[],axis_handle);
Has someone encountered this error before?
Thank you so much if you can answer that question 🙂 🙂