Recent content by natejensen

  1. N

    Understanding the Raymer Neutral Point Formula

    I am not familiar with the datcom method. I have begun to read about it here: http://en.wikipedia.org/wiki/USAF_Stability_and_Control_DATCOM I am sorry this is long, and maybe this is more for myself, to clarify what I do and do not know, but here is my understanding of the Raymer neutral...
  2. N

    Understanding the Raymer Neutral Point Formula

    I am wondering if anybody understands the Raymer neutral point formula? I have attached the formula for reference. Even just an example would be good enough. Thanks, Nate
  3. N

    MATLAB How Can I Automate Input for an MRWE Application in MATLAB?

    I know that I'm the only replying in this thread, so I don't know if anybody cares, but here is the answer. This is because you run your executable in blocking mode. Instead, run your executable in the background: system('C:\...\executable.exe &') Note that the robot key-press require the...
  4. N

    MATLAB How Can I Automate Input for an MRWE Application in MATLAB?

    Alright so I've been messing with that Java Robot Class stuff, and found this: http://undocumentedmatlab.com/blog/gui-automation-robot/ I tried following their example but it's not working yet. This is what my code looks like now: system('C:\...\executable.exe') robot = java.awt.Robot...
  5. N

    MATLAB How Can I Automate Input for an MRWE Application in MATLAB?

    I have already referred to this posting: http://www.mathworks.com/matlabcentral/newsreader/view_thread/241352 so I know the basics of running an executable from Matlab and inputing a file for it to run. My problem is that because of the way my executable was written, I can only run the...
Back
Top