diff options
author | Nao Pross <np@0hm.ch> | 2024-05-13 16:42:23 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-05-13 16:50:52 +0200 |
commit | 86f87bd7997105572c44f74714f9b03c2f7ea4fe (patch) | |
tree | 17056cdb4082bad75f472354734578b1755e07d5 /uav_model.m | |
parent | Add datasheets (diff) | |
download | uav-86f87bd7997105572c44f74714f9b03c2f7ea4fe.tar.gz uav-86f87bd7997105572c44f74714f9b03c2f7ea4fe.zip |
Prepare structure for endterm
Diffstat (limited to '')
-rw-r--r-- | uav_model.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uav_model.m b/uav_model.m index 4fddae9..3b691f4 100644 --- a/uav_model.m +++ b/uav_model.m @@ -11,7 +11,7 @@ % * A uncertain linear model built atop of the linear model using SIMULINK. % The uncertain model contains the performance and weighting transfer % function given in the arguments perf and params, and is stored in the -% SIMULINK fil euav_model_uncertain.xls. +% SIMULINK file uav_model_uncertain.xls. % % [MODEL] = UAV_MODEL(PARAMS, PERF, UNCERT) % |