classdef Verbosity < uint32 enumeration SILENT(0) SUMMARY(1) VERBOSE(2) end end