Skip to content
Snippets Groups Projects
Commit 6b9d7dbb authored by Federico Disarò's avatar Federico Disarò
Browse files

corrected comment symbol

parent d6d928d8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ Your task is to develop the function `apogee_detector.m` :
```matlab
function [ flag_apogee, data] = apogee_detector( pressure_measurment, IMU_measurment, GPS_measurment, data)
# insert your code here
% insert your code here
```
which uses the datas measured during the flight as input and outputs the boolean variable `flag_apogee`, which must be:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment