Create a model named 'archModel', add an
interface, create an interface element with a name 'x', and set the
complexity for the interface element 'complex'.
modelName = 'archModel';
arch = systemcomposer.createModel(modelName); % Create model
interface = arch.InterfaceDictionary.addInterface('interface'); % Add interface
elem = interface.addElement('x'); % Create interface element
setComplexity(elem,'complex'); % Set complexity for interface element
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.