Skip to content
Snippets Groups Projects
Commit 5d8d40f3 authored by Giulia Ghirardini's avatar Giulia Ghirardini Committed by Marco Luigi Gaibotti
Browse files

[documentation] Resolved threads before merge

parent 8249732e
No related branches found
No related tags found
1 merge request!15Updated documentation for MSA Toolkit
Pipeline #11046 failed
...@@ -4,14 +4,20 @@ ...@@ -4,14 +4,20 @@
The ***MSA toolkit*** is the repository in which the code implemented by the Mission Analysis team is stored. It is composed of several folders. The ***MSA toolkit*** is the repository in which the code implemented by the Mission Analysis team is stored. It is composed of several folders.
In order to properly run the msa toolkit code in MATLAB, you will need to install the following MATLAB add-ons: In order to properly run the msa toolkit code in MATLAB, you will need to install the following MATLAB add-ons:
* Aerospace Toolbox
* Global Optimization Toolbox
* Mapping Toolbox
* Optimization Toolbox
* Parallel Computing Toolbox
* Statistics and Machine Learning Toolbox
The repository itself contains the necessary tools, while the majority of the data is stored in the common folder, which is a submodule linked to the common repository * **Simulink**
* **Aerospace Blockset**
* **Aerospace Toolbox**
* **Deep Learning Toolbox**
* **Global Optimization Toolbox**
* **Mapping Toolbox**
* **Navigation Toolbox**
* **Optimization Toolbox**
* **Parallel Computing Toolbox**
* **Statistics and Machine Learning Toolbox**
* **Symbolic Math Toolbox**
The repository itself contains the necessary tools, while the majority of the data is stored in the common folder, which is a *submodule* linked to the common repository.
### aerodynamicsOptimization ### aerodynamicsOptimization
This program implements an aerodynamics optimization of the rocket. The rocket is optimized to reach the highest apogee possible with the chosen set of fixed parameters using a genetic algorithm. It may take some time to run. This program implements an aerodynamics optimization of the rocket. The rocket is optimized to reach the highest apogee possible with the chosen set of fixed parameters using a genetic algorithm. It may take some time to run.
...@@ -30,7 +36,7 @@ This program is developed for a primary apogee analysis with different engines w ...@@ -30,7 +36,7 @@ This program is developed for a primary apogee analysis with different engines w
``` ```
### autoMatricesProtub ### autoMatricesProtub
This program allows for an automatic computation of the rocket aerodynamic coefficients using Missile DATCOM, for different airbrakes configurations. This program allows for an automatic computation of the rocket aerodynamic coefficients, for different airbrakes configurations.
**Example:** **Example:**
```matlab ```matlab
......
Subproject commit e004f0094d298cdcd902e0eced82f4607c7c59d5 Subproject commit 01a8a6416273f3ad59a1420fc8a1602640c67b4c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment