Main Content

matlab.mpm.FileExchange

R2026b

Get File Exchange URL

Since R2026b

    Description

    FXurl = matlab.mpm.FileExchange returns the URL for MATLAB® Central™ File Exchange as it is known to MATLAB. Use this URL with mpmAddRepository to add File Exchange to the list of known repositories.

    example

    Examples

    collapse all

    Get the URL for MATLAB Central File Exchange.

    FXurl = matlab.mpm.FileExchange
    FXurl = 
    
        "https://addons.mathworks.com/registry/v1"

    Output Arguments

    collapse all

    File Exchange URL, returned as a string scalar containing the URL to MATLAB Central File Exchange.

    Version History

    Introduced in R2026b