Error msg while plotting ODF

17 views
Skip to first unread message

Soupitak Pal

unread,
Sep 17, 2019, 5:17:25 PM9/17/19
to MTEX Forum
Hi, 

I am trying plot my VPSC output data using the following command: 

SS=specimenSymmetry('mmm');
odf.SS = specimenSymmetry('orthorhombic');
plot(odf,'phi2',[0:5:90]*degree,'contourf')

While doing that it shows the  following error message: 

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. 

Thanks 
Soupitak 




Reply all
Reply to author
Forward
0 new messages