summaryrefslogtreecommitdiffstats
path: root/uav_requirements.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_requirements.m
parentAdd datasheets (diff)
downloaduav-86f87bd7997105572c44f74714f9b03c2f7ea4fe.tar.gz
uav-86f87bd7997105572c44f74714f9b03c2f7ea4fe.zip
Prepare structure for endterm
Diffstat (limited to '')
-rw-r--r--uav_performance.m (renamed from uav_requirements.m)4
1 files changed, 2 insertions, 2 deletions
diff --git a/uav_requirements.m b/uav_performance.m
index 9ccaeea..4857a34 100644
--- a/uav_requirements.m
+++ b/uav_performance.m
@@ -10,10 +10,10 @@
% performance transfer function
%
% Return value:
-% MODEL Struct performance transfer functions
+% PERF Struct performance transfer functions
-function [perf] = uav_requirements(params, plot)
+function [perf] = uav_performance(params, plot)
% Laplace variable
s = tf('s');