NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/basics/temp

Revision 495 (checked in by cbc, 11 years ago)

Initial import of Stark code.

Line 
1 % OPNML/MATLAB5 routines not specifically related to FEM grid structures.
2 % Version 3.0
3 % 24 July, 1998
4 %
5 % These are functions that are not directly related to FEM grids.
6 %
7 % AP_TO_RI_DEG   convert amplitude/phase(deg) vectors to real/imaginary.
8 % AP_TO_RI_RAD   convert amplitude/phase(rad) vectors to real/imaginary.
9 % BLANK          delete leading/trailing whitespace
10 % CIRCLES  plot  circles at optionally input centers with required input radii.
11 % CONTEXT_MENUS  script to create context menus
12 % ELLIPSE plot  ellipse given center, major/minor axes, orientation, etc.
13 % ELLIPSE_EAST  plot ellipse given center, major/minor axes, orientation, etc.
14 % ELLSCALE      draw a speed scale on an ellipse plot
15 % GCP           get current point on current axes and current figure.
16 % GEN_DROG_GRID mouse-driven drogue input coordinate generator
17 % GEN_DROG_LINE mouse-driven drogue input coordinate generator
18 % ISDIR         test to see if a directory exists
19 % ISINT         determine if input matrix is integers
20 % MARKCCW       mark Counter Clockwise oriented ellipses with *'s at centers
21 % MOVETEXT      grab and move text objects in the current axes
22 % NUMSCAL       label scalar (Q) values at x,y locations on current axes.
23 % PAN           mouse-driven pan-around facility.   
24 % RI_TO_AP_DEG  convert real/imaginary vectors to amplitude/phase(deg)
25 % RI_TO_AP_RAD  convert real/imaginary vectors to amplitude/phase(rad)
26 % STRETCHBOX    create a box and stretch it following the mouse
27 % STRETCHLINE   create a line and stretch it following the mouse
28 % STRETCHLINE   create a line and stretch it following the mouse
29 % WYSIWYG       force printed output to be more like what one sees on screen
Note: See TracBrowser for help on using the browser.