diff options
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'); |