For the MTEX class tensor there are limited number of methods compared with MatLab's functions. Sometimes it would useful to extract the "matrix" data table structure and apply standard MatLab operations like ./ , unique(A), sum(A(:)) etc plus there are some MTEX functions like mrdivide, rdivide, sum etc with no examples which may be useful.
There is a tensor d = get(T,'mineral') does this allow you extract the tensor table values from the object below ?
all the best David Mainprice
C_tensor = tensor (show methods, plot)
rank: 4 (3 x 3 x 3 x 3)
tensor in Voigt matrix representation:
207.24 56.78 64.31 -0.46 3.21 -4.86
56.78 177.26 59.66 0.84 -1.24 0.62
64.31 59.66 193.79 0.91 1.11 -0.52
-0.46 0.84 0.91 55.59 -1.11 -0.55
3.21 -1.24 1.11 -1.11 68.52 -0.41
-4.86 0.62 -0.52 -0.55 -0.41 53.84