matlab.mpm.PlatformConfiguration
R2026bDescription
The PlatformConfiguration object represents the platforms and
architectures that your package supports. To specify a platform configuration for your
package, set the SupportedPlatforms property of the object to the
matlab.mpm.PackagePlatformConfiguration object.
Creation
Description
creates a platCon = matlab.mpm.PlatformConfiguration(platform,architectures)PlatformConfiguration object with the specified platform and
Architectures. If platform is an array, then the output is an array of
PlatformConfiguration objects with each element corresponding to an
element of the platform input.
Input Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2026b