Question
What are the usages, limitations and output formats for the CompiledPortWidths and CompiledPortDimensions properties?
Related Questions
Expert Answer
Neeta Dsouza
PhD Expert
Answered Aug 24, 2026
CompiledPortWidths and CompiledPortDimensions are used from the command line to get the size and dimensions of signals in your model. They are queried using:
mymodel([],[],[],'compile'); s = get_param(gcb,'CompiledPortWidths'); mymodel([],[],[],'term');
Have a different question? Ask here