Plotting Module

Directory List

Demos/GUI Derivation Functions GUI
Parametric Sim Results Templates
Utilities


Demos/GUI

Demonstrate the AnimationGUI

Back To Top

Derivation Functions

Compute the applied delta-v from the applied force.
Takes the 3-axis force in [kg*m/s/s] and computes the delta-v in [m/s].
Computes the distance of each spacecraft from the center, given the
The template for new derivation functions.
Differences two vectors.
Compute the magnitude of the difference between vectors.
Transform ECI pos & vel to Hills pos & vel.
Compute the Magnitude of a vector of data in the PlottingTool.
Transform ECI position and velocity into orbital elements.
Transform ECI frame coordinates to Hills frame
Compute the semi-major axis difference between each spacecraft and its reference
A Plotting Tool derivation function for transforming ECI coordinates to Hills frame

Back To Top

GUI

This function creates a GUI for doing animations.
This function creates an interface for deriving data
This function creates an interface for displaying variables in the
This function creates an interface for grouping variables
Plot and animate simulation data from a GUI.

Back To Top

Parametric

This GUI allows you to make parametric plots.
Parametric Plotting.
Create a parametric plotting data structure.

Back To Top

Sim Results

PC_ResizingHiFi.matSample results data file.

Back To Top

Templates

FF_Agent_Sys.matTemplate for a formation flying system.
FF_Cpp.matC++ formation flying simulation template.
FF_Matlab.matMatlab formation flying simulation template.

Back To Top

Utilities

Replaces all underscores in strings with '\\_'
Get the data from an ObjectAgent simulation
Initialize the axes for an animation with AnimationGUI.
Output the version string.
Creates a cone with angular width 2*theta about the vector u.
Create figures with automatically labeled and organized plots.
Plots a set of 2-D or 3-D vectors.
Save 3D trajectories in the PlottingTool format.
Read in simulation output text file for use with the PlottingTool.

Back To Top

Back to API main page