V-HAB is a MATLAB-based simulation system specifically designed for the analysis of life support systems in crewed spacecraft.
Basic repository with the framework for V-HAB / STEPS. Contains four directories:
- core: central, shared V-HAB framework.
- lib: helper functions, pre/post processing, logging, GUI, date functions, ... (TBD)
- user: user-specific simulations
- data: user-generated simulation results (e.g. logs, plots, spreadsheets)
The core and lib packages are managed, i.e. most likely no changes should be done or can be committed to the online repository.
After you have the code and your user project you can go to the introduction chapter for V-HAB and read it. You should also have a look at the coding guidelines to avoid having your advisor tell you to do stuff differently after you have programmed everything!
More about Matlab packages / class organization:
- http://www.mathworks.de/de/help/matlab/matlab_oop/scoping-classes-with-packages.html
- http://www.mathworks.de/de/help/matlab/matlab_oop/saving-class-files.html
More about Matlab classes: