summaryrefslogtreecommitdiff
path: root/bucklingStrength.m
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-04-09 22:28:34 -0400
committerMichael Abed <michaelabed@gmail.com>2012-04-09 22:28:34 -0400
commit2b61d521c51300575c981a48d256c87cbcf6e478 (patch)
treee7eb8c6fe6e6b206bcb1285b26c63f87415a7ef8 /bucklingStrength.m
parentf950899cf0133d864abe4fece0fac469e28e8023 (diff)
downloadek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.tar.gz
ek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.tar.bz2
ek301-prelim-2b61d521c51300575c981a48d256c87cbcf6e478.zip
update thinsg
Diffstat (limited to 'bucklingStrength.m')
-rwxr-xr-xbucklingStrength.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/bucklingStrength.m b/bucklingStrength.m
new file mode 100755
index 0000000..03b34f5
--- /dev/null
+++ b/bucklingStrength.m
@@ -0,0 +1,3 @@
+function [ s ] = bucklingStrength( l )
+ s = 369.9./(abs(l).^1.465);
+end \ No newline at end of file