Main Content

load

Load saved simulation log

Since R2023a

    Description

    log = load(ScenarioSim,'SimulationLog',FileName) loads saved file FileName, which stores scenario simulation ScenarioSim log, in the form of a simulation log that you can analyze further.

    Input Arguments

    collapse all

    Scenario simulation for which log file is loaded, specified as a ScenarioSimulation object.

    Name of log file to be loaded, specified as a string scalar or character vector. This file has a rrsimlog extension.

    Output Arguments

    collapse all

    Simulation log, returned as a ScenarioLog object. For more information on examining the contents of a log file, see ScenarioLog.

    Version History

    Introduced in R2023a

    See Also

    |