Generic MATLAB template for the AWE Group.
Please check the file MATLAB_ADDONS.txt
for the required dependencies.
- Sphinx Dependencies, see requirements
clear all
data = load_data('data/user_input.yml')
result = process_data(data)
save_result(result, 'results/result.png')
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Specify the license under which your software is distributed, and include the copyright notice:
Technische Universiteit Delft hereby disclaims all copyright interest in the program “NAME PROGRAM” (one line description of the content or function) written by the Author(s).
Prof.dr. H.G.C. (Henri) Werij, Dean of Aerospace Engineering
Copyright (c) [YEAR] [NAME SURNAME].
By default, the MIT license is included.