Класс: coder. MATLABCodeTemplate
Пакет: coder
Получите текущие лексемы
currentTokens = getCurrentTokens()
возвращает список текущих лексем в объекте MATLABCodeTemplatecurrentTokens
= getCurrentTokens()
Создайте объект MATLABCodeTemplate с шаблоном по умолчанию, а затем перечислите его лексемы.
newObj = coder.MATLABCodeTemplate; % Creates a MATLABCodeTemplate object from the default template newObj.getCurrentTokens() % Returns a list of tokens for the template