From 2b61d521c51300575c981a48d256c87cbcf6e478 Mon Sep 17 00:00:00 2001 From: Michael Abed Date: Mon, 9 Apr 2012 22:28:34 -0400 Subject: update thinsg --- bucklingStrength.m | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bucklingStrength.m (limited to 'bucklingStrength.m') 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 -- cgit v1.2.3