mtex icon indicating copy to clipboard operation
mtex copied to clipboard

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

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

Hello all, I know that in MTEX the ODF is constructed using the Fourier approach. I am modeling anisotropic thermal expansion behavior of a textured sample and I need the...

feature request :christmas_tree:

We have a very powerful grain boundary misorientation function that can be invoked using ``` matlab % grain boundary misorientations gB_Fo = grains.boundary('Fo','Fo') ``` we can recover the x,y positions...

feature request :christmas_tree:

This branch should accomplish pseudo3d functionality for EBSD and grain data. This mean that while the data are still in a plane, the plane can be arbitrarily orientated in space....

feature request :christmas_tree:

**What do you want to do?** I want to randomly generate numerous orientations from a given ODF, but it seems that the corresponding Euler angles don't match with the ranges...

### Discussed in https://github.com/mtex-toolbox/mtex/discussions/1554 Originally posted by **vtvivian** September 14, 2022 Hi MTEX team, I am trying to select grains one by one in my EBSD map, e.g. ```matlab for...

Useful for when you want to plot or measure something wrt e.g. 'north' or 'west' on the map but don't want to hard code it as vector3d.X or Y, might...

Hello, ``` setMTEXpref('xAxisDirection','north'); setMTEXpref('zAxisDirection','intoPlane'); ``` for 6.0 beta 3: ![image](https://github.com/mtex-toolbox/mtex/assets/7084261/2fba11f5-2c09-44d6-abf6-58f3738943d0) for 5.10: ![image](https://github.com/mtex-toolbox/mtex/assets/7084261/e2659a4e-3621-4e68-b0ae-a1f5478bab44)

plotSection works with the standard plottingConvention with z pointing out of the plane, however when z points into the plane the plot is not ok. ```Matlab %% this is ok...

Implement full 3d support for MTEX the following functions needs to be ported **pseudo3d EBSD** - [ ] `calcTraces` - [ ] `cat` should return EBSD3 if pixels are not...