Stack the range variables
Dear Mathcad community,
I am trying to stack two range variables which are N1:=1..130 and N2:=200..300.
Is there anyway to combine those two range variables N1 and N2.
Sincerely,
Dear Mathcad community,
I am trying to stack two range variables which are N1:=1..130 and N2:=200..300.
Is there anyway to combine those two range variables N1 and N2.
Sincerely,
No, you cannot combine them. A range variable is not a vector. It contains only three pieces of information: the start, the step size, and the end. It's basically a loop variable, ot iterator. You need to create two vectors, and stack them.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.