Main Content

wait

Wait for co-simulation to complete

Since R2025a

    Description

    wait(world) blocks the command prompt until the co-simulation with the 3D environment specified by world and the 3D simulation engine is complete.

    Input Arguments

    collapse all

    World object that defines the 3D environment, specified as a sim3d.World object.

    Example: world = sim3d.World()

    Version History

    Introduced in R2025a