Continuing on with my quest in optimization, I am looking to find a particular solution using a multi-objective optimization function. My design variables would be BDLT, BALPHA, BALPHY, and BPHIP. Fx, Fy, Fz, Mx, My, Mz would be the objective. The function takes the following form:
[Fx, Fy...
Hello all,I have a program which requires input such as Velocity, Angle of attack, and Fin deflection.
The program goes through and calculates the aerodynamic coefficients for my vehicle, then outputs my Forces and Moments on the body (Fx, Fy, Fz, Mx, My, Mz).
I need to make a "wrapper" of...
Hello all,
I have a program which requires input such as Velocity, Angle of attack, and Fin deflection.
The program goes through and calculates the aerodynamic coefficients for my vehicle, then outputs my Forces and Moments on the body (Fx, Fy, Fz, Mx, My, Mz).
I need to make a "wrapper" of...
Hello all,
I'm in the process of translating some old C++ code into Matlab in order to make my matrix and vector operations easier. I am still fairly novice with Matlab, so I've come upon a problem that I am not sure can be done the way I imagine it should work. My goal is to interpolate...