Class: coder.MATLABCodeTemplate
Package: coder
Get current tokens
currentTokens = getCurrentTokens()
returns
list of current tokens in the MATLABCodeTemplate objectcurrentTokens
= getCurrentTokens()
Create a MATLABCodeTemplate object with the default template, then list its tokens.
newObj = coder.MATLABCodeTemplate; % Creates a MATLABCodeTemplate object from the default template newObj.getCurrentTokens() % Returns a list of tokens for the template