フィルターのクリア

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 Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by