-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRead Me.txt
executable file
·76 lines (53 loc) · 2.4 KB
/
Read Me.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
%*************************************************************************
% The source code contained herein was developed for Embry-Riddle
% Aeronautical University by Glenn P. Greiner, Professor and Jafar
% Mohammed, Student Assistant of the Aerospace Engineering Department,
% Daytona Beach Campus. Copyright 2008. All rights reserved.
% Although due care has been taken to present accurate programs this
% software is provided "as is" WITHOUT WARRANTY OF ANY KIND, EITHER
% EXPRESSED OR IMPLIED, AND EXPLICITLY EXCLUDING ANY IMPLIED WARRANTIES
% OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. The entire risk as
% to the quality and performance of the software is with the user. The
% program is made available only for education and personal research. It
% may not be sold to other parties. If you copy some or all of the
% software you are requested to return a copy of any source additions that
% you believe make a significant improvement in its range of application.
%*************************************************************************
New for 2.1 (Oct 19):
- Displays CL and CM values for AOA=0 on exported plot
New for 2.0.2.1 (Sept 19):
- Changed menu structure
***HOW TO USE***********
1. Open MATLAB and navigate to the directory containing the following files:
- plotdatcom.m (Main file)
- plotdatgui.m
- plotdatgui.fig
- mtable.m
2. Type 'plotdatcom' at the MATLAB command line. A GUI should appear.
3. On the GUI, select 'File > Load DATCOM file...' to load a 'for013.dat' file.
4. Use the menus and checkboxes to customize your output.
5. To open the plot in another window (for printing), select 'File > Export plot...'
*************************
This version of plotDATCOM (v2.1) illustrates the following plots
as outlined in the Digital DATCOM User Manual Volume III (pg. 23):
PLOT GROUP 1 - STATIC STABILITY DATA
Plots 1 - 10
PLOT GROUP 2 - DRAG POLARS AND STABILITY PLOTS
Plots 1 - 4
*For Plot 1, Cm vs. CL is plotted
PLOT GROUP 3 - DOWNWASH DATA
Plots 1 - 3
PLOT GROUP 4 - MACH EFFECTS
Plots 1 - 6
PLOT GROUP 5 - SYMMETRICAL FLAP DATA
Plots 1 - 8
PLOT GROUP 6 - ASYMMETRICAL FLAP DATA
Plots 3 - 4
PLOT GROUP 7 - TRIM DATA
Plots 1 - 6
For plotDATCOM to run correctly, the following files need to be
in the same directory:
- plotdatcom.m (Main file)
- plotdatgui.m
- plotdatgui.fig
- mtable.m