Demonstrate sail simulation plots

Since version 7.
------------------------------------------------------------------------
See also Normal, PlotSailForce, PlotSailProfile, ComputeSailNormal
------------------------------------------------------------------------
%-------------------------------------------------------------------------------
%  Copyright (c) 2009 Princeton Satellite Systems, Inc.
%-------------------------------------------------------------------------------

data = load('SailCombinedDemoOutput');

normal = ComputeSailNormal(data.d.g);

PlotSailProfile( data.p, data.env, normal )

PlotSailForce( data.f, data.p, data.env )

%--------------------------------------
% PSS internal file version information
%--------------------------------------
ans = 
  Figure (Plot2D) with properties:

      Number: 5
        Name: 'Sail Force Vector (mN) in Rotating Frame'
       Color: [1 1 1]
    Position: [560 528 560 420]
       Units: 'pixels'

  Use GET to show all properties