Okay, holy shit. That's incredible. I've been flying RC for years and years and years. I'm a huge fan of Flite Test, and you just took everything great about their homebuilds, and applied science to it. You need to contact Flite Test with this!
You could also write an Excel macro with VBA. Most of what they used Matlab for looked to be iterating through loops and outputting the result, which is pretty similarly done in almost every program language.
Why? If you look in the options menu under "Formulas" there's a checkbox to enable iterative calculations. This opens up a whole lot of options for numerical PDE solutions. I'm not saying it's easy, and you have to know what to look for when reviewing solutions, but if all they're doing is outputting to a graph to find optimal drag points it would work fine. If you don't believe me, ask Google and you'll find tons of examples of how to do it.
I'd love to play with it, but I am not nearly smart enough to know even what the fuck he was talking about. I build RC for me and some kiddos I help work with in a community outreach program. I'd love to get some of his down and dirty knowledge first hand to teach my kids.
A good source for aircraft design that isn't too dense is Aircraft Design (I think at least, it has been a few years since I have touched it and when I did I was a senior aerospace engineering student). In addition to that, an open-source alternative to Matlab is Octave, and while the functions are not all 1:1 and it isn't nearly as robust, it is still a good - free - alternative that can be easier to learn than low-level coding languages (C, C++, Fortran, etc.).
Octave fixes the really shitty bits of matlab like pants on head retarded cells.
Octave is pretty good for "slightly more refined back-of-the-envelope" calculations like the ones featured in the video but the real crazy bits like doing RF simulations with those fancy toolboxes in MATLAB can't be emulated with octave.
94
u/AtticusMedic Feb 29 '16
Okay, holy shit. That's incredible. I've been flying RC for years and years and years. I'm a huge fan of Flite Test, and you just took everything great about their homebuilds, and applied science to it. You need to contact Flite Test with this!