SS=specimenSymmetry('mmm');
odf.SS = specimenSymmetry('orthorhombic');
plot(odf,'phi2',[0:5:90]*degree,'contourf')
Not enough input arguments.
Error in isgraphics (line 3)
out = ishandle(h) && strcmpi(get(h,'type'),type);
Error in clf (line 50)
elseif ~isscalar(fig) || ~isgraphics(fig)
Error in mtexFigure (line 69)
clf('reset');
Error in newMtexFigure (line 46)
mtexFig = mtexFigure(varargin{:});
Error in newODFSectionPlot (line 4)
[mtexFig,isNew] = newMtexFigure('ensureAppdata',...
Error in ODF/plotSection (line 25)
oS = newODFSectionPlot(odf.CS,odf.SS,ap{:},varargin{:});
Error in ODF/plot (line 21)
plotSection(odf,varargin{:});
I am using MTEX 4.4 version with Matlab 2019. Please, let me know, where I am doing wrong.