cat
(method of grain2d)
concatenation of grains from the same GrainSet
Syntax
g = [grains_1, grains_2, ..., grains_n]
Example g = [grains('fe') grains('mg')] g = [grains(1:100) grains(500:end)]
See also
MTEX 4.0.4 |
MTEX - A MATLAB Toolbox for Quantitative Texture Analysis | View Code |
(method of grain2d)
concatenation of grains from the same GrainSet
g = [grains_1, grains_2, ..., grains_n]
Example g = [grains('fe') grains('mg')] g = [grains(1:100) grains(500:end)]
MTEX 4.0.4 |