GSEngineer
Structural
- Jun 23, 2010
- 14
Is it possible to put arrays of varying units in a table in Mathcad?
Here is a simplified example of what I want to do:
i:=1..4
N[i:=1,2,3,4
L[i:=2ft,4ft,7ft,9ft
Then when I try augment(N,L) I get an error because the L array has units. Any suggestions on what to do?
Thanks.
Here is a simplified example of what I want to do:
i:=1..4
N[i:=1,2,3,4
L[i:=2ft,4ft,7ft,9ft
Then when I try augment(N,L) I get an error because the L array has units. Any suggestions on what to do?
Thanks.