Thanks for all the help. I'll have a look into it more but it looks like I will have to rewrite quite a few areas before the compiler will work correctly.
-RandyC-
Hi there,
I've been trying to get one of my Matlab apps to compile to a standalone C++ app using the compiler with little luck so far. Basically it’s stating that I have some undefined variables in the application. All of the variables that come up are in fact commands (like imshow). I'm typing...
The formula you'll want to use to find deflection is
Deflection= (W*(l^3))/(48*E*I)
Where W equals your 30lbs l is the length of your beam E is young's modulus (about 29.6e6 for most steels) and I is the moment of inertia of the cross section. I=(pi*(d^4))/64 where d is the diameter.
I ran...