G=gsp_airfoil();
non none
G | Graph structure. |
'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);