How can I determine which blocks support symbolic dimensions?

When I try to run a Simulink model, the following error message is thrown: 
'MyModel/Complex to Real-Imag' does not support symbolic dimensions propagation.
How can I check which blocks support symbolic dimensions?

 Accepted Answer

This information can be found by executing the command:
>> showblockdatatypetable
It will open a table that summarizes all the datatypes that are accepted for each Simulink block.
Refer to the documentation bellow for more information regarding this function:

More Answers (0)

Products

Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!