Home > Matching_SYM_LSM > src > Functions > Graphics > plot_quadrangle.m

plot_quadrangle

PURPOSE ^

plot quadrangle

SYNOPSIS ^

function sc = plot_quadrangle(g,col)

DESCRIPTION ^

 plot quadrangle

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function sc = plot_quadrangle(g,col)
0002 % plot quadrangle
0003 
0004 % close quadrangle
0005 gp=[g,g(:,1)];
0006 % plot
0007 plot(-gp(2,:),gp(1,:),col,'LineWidth',2)
0008 
0009 end
0010

Generated on Sun 19-Jul-2020 23:00:25 by m2html © 2005