hniessen
Industrial
- Apr 24, 2002
- 4
In Matlab I have defined follow matrix
R=[0, -k2-b2, k2+b2+m2, -1; -k1-b1, k1+k2+b1+b2+m1, -k2-b2, 1]
How can I ascribe values to the variables k1 k2 b1 b2 m1 and m2 and update the matrix R?
greatings,
Hans
R=[0, -k2-b2, k2+b2+m2, -1; -k1-b1, k1+k2+b1+b2+m1, -k2-b2, 1]
How can I ascribe values to the variables k1 k2 b1 b2 m1 and m2 and update the matrix R?
greatings,
Hans