Trajectory
Trajectory[species,xvals,yvals,units]⟹trajectory
represents a trajectory describing the behavior .
Trajectory[trajectory,subSpeces]⟹subTrajectory
returns a trajectory containing only the species listed in 'subSpeces'.
Details
- Use Keys[trajectory] to see the properties that can be dereferenced from a trajectory.
- Dereference properties using trajectory[property], e.g. trajectory[Units].
- Extract concentration coordinates for a species using trajectory[species]
- Extract concentration of a species at a specific time using trajectory[speices,time]
-
BadSpecies The requested species `1` does not exist in the Trajectory species list `2`.
Input
Output
Messages
Examples
Basic Examples (5)
Additional Examples (10)
Properties (8)
Pull species from a trajectory:
Pull the coordinates of a species in the form of {time,concentration} coordinates:
Pull the concentration of a species at a single time:
Pull the coordinates of a multiple species, to get a set of coordinates:
Pull the {time,concentration} coordinates of a trajectory:
Pull the times of a trajectory:
Pull the concentrations of a trajectory: