Main Content
removeAttribute
Class: coder.make.ToolchainInfo
Namespace: coder.make
Remove attribute
Syntax
h.removeAttribute(att_name)
Description
removes the named attribute from h
.removeAttribute(att_name
)coder.make.ToolchainInfo.Attributes
.
Input Arguments
Examples
h.addAttribute('FirstAttribute') h.isAttribute('FirstAttribute')
ans = 1
h.removeAttribute('FirstAttribute') h.isAttribute('FirstAttribute')
ans = 0
Version History
Introduced in R2013a