summaryrefslogtreecommitdiff
path: root/truss_data_1.m
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-04-07 21:41:05 -0400
committerMichael Abed <michaelabed@gmail.com>2012-04-07 21:41:05 -0400
commit16a2b71748b2b11e24f97da4fce86187152a5aa5 (patch)
tree585e50bb25ff5b4375a0cd3b56d62c474b27948d /truss_data_1.m
parent4d6abebe7d7ee44053c3cbacf779d664a704f4c6 (diff)
downloadek301-prelim-16a2b71748b2b11e24f97da4fce86187152a5aa5.tar.gz
ek301-prelim-16a2b71748b2b11e24f97da4fce86187152a5aa5.tar.bz2
ek301-prelim-16a2b71748b2b11e24f97da4fce86187152a5aa5.zip
up to date
Diffstat (limited to 'truss_data_1.m')
-rwxr-xr-xtruss_data_1.m24
1 files changed, 24 insertions, 0 deletions
diff --git a/truss_data_1.m b/truss_data_1.m
new file mode 100755
index 0000000..b3aca7f
--- /dev/null
+++ b/truss_data_1.m
@@ -0,0 +1,24 @@
+% EK301
+% Michael Abed
+% Ben Havey
+% Joseph Stone
+
+C = [
+ 1 1 0 0 0 0 0 0 0 0 0 0 0
+ 1 0 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 1 1 1 0 0 0 0 0 0 0
+ 0 1 1 0 1 0 1 1 0 0 0 0 0
+ 0 0 0 0 0 1 1 0 1 1 0 0 0
+ 0 0 0 0 0 0 0 1 1 0 1 1 0
+ 0 0 0 0 0 0 0 0 0 1 1 0 1
+ 0 0 0 0 0 0 0 0 0 0 0 1 1
+];
+
+Sy = zeros(8,3); Sy(1,2)=1; Sy(8,3)=1;
+Sx = zeros(8,3); Sx(1,1)=1;
+
+X = [0 0 4 4 8 8 12 12];
+Y = [0 4 8 4 8 4 4 0];
+
+L = zeros(16,1); L(8+4)=-25;
+