From 6b9d7dbb8b356b6bc27e799a76526229fc63ada5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Disar=C3=B2?= <federico.disaro@skywarder.eu> Date: Fri, 14 Feb 2025 22:47:42 +0100 Subject: [PATCH] corrected comment symbol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd121c..73a674d 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab