Main Content

partrepo.collection.list

R2026b

Generate table of available collections

Since R2026a

    Description

    collectionsTable = partrepo.collection.list generates a table that lists the available collections and their versions.

    example

    Examples

    collapse all

    This example shows how to generate a MATLAB table that lists each available part collection.

    collectionsTable = partrepo.collection.list
    collectionsTable =
    
      0×6 empty table
    
        ID    Version    DateCreated    Author    Description    BuiltIn
        __    _______    ___________    ______    ___________    _______
    

    The list includes collections that you installed and built-in collections.

    Output Arguments

    collapse all

    List of available collections, returned as a table.

    Version History

    Introduced in R2026a