ecl-logo Documentation

ToTrajectory

ToTrajectory[specs,concs,times,{timeUnit,concUnit}]traj

transforms a list of data points and time points into a properly formatted Trajectory.

ToTrajectory[specs,concs,times]traj

assumes time unit of Second and concentration unit of Molar.

ToTrajectory[concs,times,{timeUnit,concUnit}]traj

names the species sequentially in alphabetical order starting with "A".

ToTrajectory[concs,times]traj

assumes time unit of Second and concentration unit of Molar and names the species in alphabetical order.

ToTrajectory[specs,interpFunc,{timeUnit,concUnit}]traj

parses the data and time points out of the InterpolatingFunction interpFunc and formats them as a Trajectory.

ToTrajectory[specs,interpFunc]traj

assumes time unit of Second and concentration unit of Molar and names the species in alphabetical order.

Details

    Input
    Output

Examples

Basic Examples  (3)

Format list of concentrations as Trajectory:

Parse interpolating function to create Trajectory:

Plot result:

Additional Examples  (6)

Assumes Units of {Second,Molar}:

Names species using alphabet:

Names species using alphabet and assumes Units of {Second,Molar}:

Assumes Units of {Second,Molar}:

Names species alphabetically:

Names species alphabetically and assumes Units of {Second,Molar}: