mtex-toolbox / mtex

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
http://mtex-toolbox.github.io/
GNU General Public License v2.0
291 stars 186 forks source link

Trouble with Schmid Factor and Slip Systems in MTEX Unrecognized method, property, or field 'symmetrise' for class 'slipSystem'. Error in Basic_Import_Grain_KAM (line 82) sSBasalSym = sSBasal.symmetrise('antipodal') #2193

Closed ute23 closed 3 weeks ago

ute23 commented 3 months ago

What do you want to do?

What data do you have?

What code do you use? Please provide minimalist code with code in the following form

% load the data
ebsd = EBSD.load('myFile.txt')

% plot a pole figure
plotPDF(ebsd,Miller(1,0,0,ebsd.CS)

What result do you get

What result do you expect

Error Message If you get an error message copy and paste it below

put the error message here

What MTEX version do you use?

ralfHielscher commented 2 months ago

Could you please provide some more detail? If

sSBasalSym = sSBasal.symmetrise('antipodal') 

gives the error specified in the header, I would assume that your MTEX installation is not complete. Please consider downloading and extracting it again. Ralf.