Closed
Description
Feature Description
function add_component!(
traj::NamedTrajectory,
name::Symbol,
data::AbstractVecOrMat{Float64};
type=:state
)
only adds one component at a time. Adding multiple names
would require unnecessary repeat construction of the named trajectory object. Instead, a method for multiple names should be written as the default.
Additionally, the :global
type should be added as an allowed component to add to the trajectory.
Importance
1 (lowest)
What does this feature affect?
- construction
- methods
- plotting
- documentation
- tests
- other (please specify below)
Other information
No response