Forum Discussion

AlaaElmahmoudy's avatar
AlaaElmahmoudy
Copper Contributor
Nov 11, 2022
Solved

how to stack part of named arrays/

hi, I have two named arrays, Array1 and Array2, and I want to stack row#3 from the first array +Row #4 from the second array i.e =Vstack(row#3@Array1, Row#4@Array2) what is the syntax to be writte...