audiorecorder_fieldnames
Returns the properties name of an audiorecorder object.
📝Syntax
l = audiorecorder_fieldnames(h)
l = fieldnames(h)
📥Input Arguments
Parameter Description
h a audiorecorder object.
📤Output Arguments
Parameter Description
l a cell of strings.
📄Description
fieldnames returns a cell of strings with properties name.
💡Examples
recObj = audiorecorder()
fieldnames(recObj)
delete(recObj)
clear recObj
🔗See Also
audiorecorder_set
🕔Version History
Version Description
1.16.0 initial version
Edit this page on GitHub