Skip to main content

ss_simulate

Function ss_simulate 

Source
pub fn ss_simulate(
    model: &StateSpaceModel,
    x0: &[f64],
    inputs: &[Vec<f64>],
    dt: f64,
) -> Vec<Vec<f64>>
Expand description

Simulate state-space model over time steps, returning state history.