-
Matlab -v: 2017a
Mtex -v: tested with 4.5 and 4.5.beta3
OS: MacOS 10.12.5
When trying to load EBSD data with loadEBSDang.m an error occurs when using the function assertExtension (Line 22). The f…
-
### Description of the enhancement or error report
With the necessity of running graph coloring algorithms to setup a reduced order parameter model, we need to be smarter about how we set up polycr…
-
Dear all,
I'm trying to make a subplot to include both the orientation map and the ipdf. I have tried different combinations, but they all seem to overlap the figures, instead of stacking them side…
-
Using MTEX 4.4.0 I imported a calcite data set. I started to do a few calculations on e-twins with the twin plane Miller(-1,0,1,8,ebsd('Calcite').CS,'hkil'), I could get correct misorientation for thi…
-
Scan size should allow for 2 dimensions, height and width (for example: 500 x 1200 µm). Right now "scan size" only accepts a single numerical value.
We should also include something in the templ…
-
```matlab
% define variables
gB_boundaries_Fo_Fo = grains(gB.grainId).boundary;
gB_axes_Fo_Fo = grains(gB.grainId).boundary.misrotation.axis;
close all
figure
oM = ipdfHSVOrientationMapping(ebsd…
-
Hi Ralf,
using checkInside to find inclusions in grains might be very handy. However, using grains as an input to check for inclusions, I get a lot false positives (and checking for ebsd to be inside…
kilir updated
7 years ago
-
In MTEX 4.4 beta1 we have
xy = [ebsd.x,ebsd.y]' % this transposed
% rectangular to hexagonal
unitCell = calcUnitCell(xy,'GridType','hexagonal','GridRotation',0*degree)
% update unitCell
ebsd_h…
-
Hi Ralf,
using ebsd/fill on data which comes from a rotated (by 90 degrees) and cropped map comes up with some unexpected results.
This is the input map:
![input_map](https://cloud.githubusercont…
kilir updated
8 years ago
-
We have the possibility of plotting grains vector3d properties at the grain centroid using MTEX quiver
```matlab
%% example of using MTEX quiver with grains
mtexdata fo
close all
figure
grains =…