summaryrefslogtreecommitdiffstats
path: root/uav_model.m
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-05-13 16:42:23 +0200
committerNao Pross <np@0hm.ch>2024-05-13 16:50:52 +0200
commit86f87bd7997105572c44f74714f9b03c2f7ea4fe (patch)
tree17056cdb4082bad75f472354734578b1755e07d5 /uav_model.m
parentAdd datasheets (diff)
downloaduav-86f87bd7997105572c44f74714f9b03c2f7ea4fe.tar.gz
uav-86f87bd7997105572c44f74714f9b03c2f7ea4fe.zip
Prepare structure for endterm
Diffstat (limited to '')
-rw-r--r--uav_model.m2
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)
%