Main Content

removeMemory

Class: soc.sdk.Hardware
Namespace: soc.sdk

Remove memory from the hardware

Since R2019b

Syntax

removeMemory(hardwareObj,name)

Description

removeMemory(hardwareObj,name) removes the soc.sdk.Memory object, with Name property set to name, from the soc.sdk.Hardware object.

Input Arguments

expand all

soc.sdk.Hardware object mapped to the soc.sdk.BoardSupport object.

Name of the memory owned by a hardware board, specified as a string.

Example: "MyMemory"

Data Types: string | char

Version History

Introduced in R2019b