Problem with calcGrains in MTex #2155
Unanswered
Sogo5030
asked this question in
Ask Anything
Replies: 1 comment
-
Hi, does calcGrains work in other cases? Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone give me some guide, if I use this line:
[grains,ebsd.grainId, ebsd.mis2mean] = calcGrains(ebsd,'angle',1*degree);
I get this error,
Undefined function 'sparse' for input arguments of type 'int32'.
Error in spatialDecomposition (line 44)
I_FD = sparse(I_ED1(I_ED2<=numX),I_ED2(I_ED2<=numX),1,size(F,1),numX);
Error in EBSD/calcGrains (line 70)
[V,F,I_FD] = spatialDecomposition([ebsd.prop.x(:), ebsd.prop.y(:)],ebsd.unitCell,varargin{:});
Beta Was this translation helpful? Give feedback.
All reactions