To make an array of 4 rows where the rows are x, t_an, t_nu, and t_nl, respectively, and assign it to a variable xt_al, you can use the following code:
main.m238 chars7 lines
This creates four arrays for x, t_an, t_nu, and t_nl, respectively, and then combines them into a 4x4 matrix using vertical concatenation. The resulting matrix is then assigned to the variable xt_al.
gistlibby LogSnag