How can I determine which blocks support symbolic dimensions?

6 views (last 30 days)
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

MathWorks Support Team
MathWorks Support Team on 21 Dec 2020
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)

Categories

Find more on General Applications in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!