Класс: кодер. MATLABCodeTemplate
Пакет: кодер
Получить текущие маркеры
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