Last modified: Mon, 07/10/2017 - 14:33
Appendix A Sec34.
TCAT (A, B )
Concatenates the values of two variables into one list on an abstract T axis.
Arguments: |
A |
variables to concatenate in T |
B |
||
Result Axes: |
X |
Abstract, with length the sum of the length of the X axes of A and B |
Y |
Inherited from variables A and B |
|
Z |
Inherited from variables A and B |
|
T |
Inherited from variables A and B |
Note:
Note: This is a grid-changing function. Please see the discussion under the function XCAT about specifying regions.
TCAT_STR (sA, sB) concatenates string variables in the T direction. If TCAT is called with string arguments, Ferret runs TCAT_STR. The two arguments to TCAT must be of the same type.
yes? let a = tsequence({"Q", "R", "S"}) yes? let b = tsequence({"U", "V", "W"}) yes? list tcat(a,b)