runphilrun/TDU

(feat) Unify math across platforms

runphilrun opened this issue · 3 comments

There exist branches that compute performance in Python, Visual Basic, and Matlab.

As of commit 364fd3a the mathdev branch outputs values consistent with NASA Report 1135.

Must unify math code among all platforms.

@Nate-Wilkins what do you think would be best?

  • simplest in Matlab
  • multiplatform in Python
  • can be portable as .exe and have GUI with VisualBasic

Matlab complete.

Python complete.

VisualBasic incomplete!

Abandoning VB for now with the goal of using a Python GUI to generate .ini files, see #25