Main Content

partrepo.collection.list

Generate table of available collections

Since R2026a

    Description

    collectionsTable = partrepo.collections.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=1×6 table
                ID             Version    DateCreated     Author    Description    BuiltIn
        ___________________    _______    ____________    ______    ___________    _______
    
        "MyOrg.MyResistors"    "1.0.0"    "2025-03-13"      ""          ""          false 
    
    

    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