How can I determine which blocks support symbolic dimensions?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 21 de Dic. de 2020
Editada: MathWorks Support Team
el 21 de Dic. de 2020
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?
Respuesta aceptada
MathWorks Support Team
el 21 de Dic. de 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:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre General Applications en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!