필터 지우기
필터 지우기

MTEX Poles Figures MTEX Erreur

조회 수: 8 (최근 30일)
Mohamed
Mohamed 2023년 3월 3일
Hello,
I 'am trying to plot poles figures for my EBSD data with MTEX a MATLAB toolbox
I am trying that by the code below
%% Plot poles Figures
% the selected crystal directions
h = Miller({1,0,0},{1,1,0},{1,1,1},MB_EBSD.CS);
% plot their positions with respect to specimen coordinates
plotPDF(MB_EBSD.orientations,h, 'antipodal', 'contourf', 0:1:10.0, 'minmax', 'colorRange',[0,10]);
mtexColorbar
I get this erreur, could anyone help me to bypass it please, thanks in advanced
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Invalid MEX-file '/home/catC/mm264941/mtex-5.8.2/extern/nfft_openMP/mtex-5.7.0/nfsftmex.mexa64': libmvec.so.1: cannot open
shared object file: No such file or directory
Error in S2FunHarmonic.quadrature (line 72)
nfsftmex('precompute', bw, 1000, 1, 0);
Error in vector3d/calcDensity (line 36)
sF = 4*pi * S2FunHarmonic.quadrature(v,ones(size(v)),varargin{:});
Error in vector3d/smooth (line 39)
cdata = calcDensity(v(:),S2G,'halfwidth',5*degree,varargin{:});
Error in vector3d/contourf (line 31)
[varargout{1:nargout}] = v.smooth(data,'contours',10,'LineStyle','-','LineColor','k',varargin{:});
Error in vector3d/plot (line 111)
[varargout{1:nargout}] = v.contourf(varargin{:});
Error in vector3d/subsref (line 20)
[varargout{1:nargout}] = builtin('subsref',v,s);
Error in orientation/plotPDF (line 138)
[~,cax] = r.plot(repmat(data,[1 numSym(ori.SS)*length(sh) 1]),...
Error in Analyse_MB (line 87)
plotPDF(MB_EBSD.orientations,h, 'antipodal', 'contourf', 0:1:10.0, 'minmax', 'colorRange',[0,10]); % plot with contouring

답변 (0개)

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by