mtex icon indicating copy to clipboard operation
mtex copied to clipboard

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:

Results 138 mtex issues
Sort by recently updated
recently updated
newest added

## Is your feature request related to a problem? Please describe. ## Describe the solution you'd like ## Propose a Syntax ```matlab put your syntax here ``` ## Additional context

feature request :christmas_tree:

Hi Ralf, on the feature/grain3d branch, selecting ebsd by phase seems to result in loosing all the props. Example: ```Matlab mtexdata forsterite ebsd = ebsd.gridify ebsd.prop %ans = % %...

Hi all, Expert users probably don't use the import wizard function much any more, however it comes up a lot in teaching and self-learning. In modern MTEX versions (including 5.11.1),...

**What do you want to do?** compute misorientation axes **What data do you have?** I have a set of orientations (3ct in this example, but happens with larger sets as...

**What do you want to do?** Compute the misorientation angle between two orientations, with one lying in the FR, whereas the other one is outside. **What data do you have?**...

I noticed some inconsistent behavior in the vector3d constructor. I was considering trying to fix it myself, but I wanted to make sure that I didn't introduce any _new_ bugs...

Hi to all, In 5.11.2 and Matlab R2020a, there's a bug with plotPDF. Here is my code : ```matlab odf = calcDensity(ebsd('indexed').orientations,'halfwidth',10*degree); h = [Miller(0,0,0,1,ebsd.CS),Miller(-1,1,0,0,ebsd.CS),Miller(-1,2,-1,0,ebsd.CS)]; plotPDF(odf,h,'antipodal','silent'); ``` In 5.11.1, the...

so if you do ebsd2 = ebsd1; you don't lose the plottingConvention set by ebsd1 Feature request: can we set the plottingConvention property explicitly in the @EBSD constructor (and do...