This is where navigation should be.


GSP_AIRFOIL - Initialize the airfoil graph

Usage

G=gsp_airfoil();

Input parameters

non none

Output parameters

G Graph structure.

Description

'gsp_airfoil()' initializes a graph structure containing the weighted adjacency matrix (G.W), the number of vertices (G.N), the plotting coordinates (G.coords), and the plotting coordinate limits (G.limits) of the airfoil mesh graph. All edge weights are equal to 1.

Example:

G = gsp_airfoil();
paramplot.show_edges = 1;
gsp_plot_graph(G,paramplot);
gsp_airfoil_1_1.png