Plotting Module |
 |
Directory List
Demos/GUI
Back To Top
Derivation Functions
| AppliedDeltaVDPT |
Compute the applied delta-v from the applied force. |
| ComputeDeltaV |
Takes the 3-axis force in [kg*m/s/s] and computes the delta-v in [m/s]. |
| ComputeDistance |
Computes the distance of each spacecraft from the center, given the |
| DerivationTemplate |
The template for new derivation functions. |
| Difference |
Differences two vectors. |
| DifferenceMagnitude |
Compute the magnitude of the difference between vectors. |
| ECI2HillsDFF |
Transform ECI pos & vel to Hills pos & vel for FormationFlying sims. |
| MagDPT |
Compute the Magnitude of a vector of data in the PlottingTool. |
| RV2ElDPT |
Transform ECI position and velocity into orbital elements. |
| RotateECI2Hills |
Transform ECI frame coordinates to Hills frame |
| SMADiffDPT |
Compute the semi-major axis difference between each spacecraft and its reference |
| TransformECI2Hills |
A Plotting Tool derivation function for transforming ECI coordinates to Hills frame |
Back To Top
GUI
| AnimationGUI |
This function creates a GUI for doing animations. |
| DeriveData |
This function creates an interface for deriving data |
| DisplayFilter |
This function creates an interface for displaying variables in the |
| GroupVariables |
This function creates an interface for grouping variables |
| PlottingTool |
Plot and animate simulation data from a GUI. |
Back To Top
Parametric
| ParamGUI |
This GUI allows you to make parametric plots. |
| ParamPlot |
Parametric Plotting. |
| ParamStruct |
Create a parametric plotting data structure. |
Back To Top
Sim Results
| PC_ResizingHiFi.mat | Sample results data file. |
Back To Top
Templates
| FF_Agent_Sys.mat | Template for a formation flying system. |
| FF_Cpp.mat | C++ formation flying simulation template. |
| FF_Matlab.mat | Matlab formation flying simulation template. |
Back To Top
Utilities
| FormatUnderscore |
Replaces all underscores in strings with '\\\\_' |
| GetSimData |
Get the data from an ObjectAgent simulation |
| InitializeAxes |
Initialize the axes for an animation with AnimationGUI. |
| PTVersion |
Output the version string. |
| PlotCone |
Creates a cone with angular width 2*theta about the vector u. |
| PlotEngine |
Create figures with automatically labeled and organized plots. |
| PlotVector |
Plots a set of 2-D or 3-D vectors. |
| PlottingToolStruct |
Save 3D trajectories in the PlottingTool format. |
| ReadOutputFile |
Read in simulation output text file for use with the PlottingTool. |
Back To Top
Back to Functions main page