Main Content

save

Save actor and children to a MAT file

Since R2022b

    Description

    save(actor,dest) saves the actor object specified by actor and its children to the dest MAT file.

    Input Arguments

    collapse all

    Actor object, specified as a sim3d.Actor object.

    Example: actor = sim3d.Actor()

    Name of destination where actor is saved, specified as a character array. The destination can be a file path or file name.

    Version History

    Introduced in R2022b

    See Also

    | | |