Borrar filtros
Borrar filtros

Does inverse block in Simulink support fixed point data type?

3 visualizaciones (últimos 30 días)
Shraddha  Bakade
Shraddha Bakade el 26 de Jun. de 2015
Editada: Debarati Banerjee el 7 de Jul. de 2015
I am solving equations in simulink, where in it is required to find inverse of a matrix. The following error is flashed: The product block 'final/Product1' is in matrix operations mode, but the block has data type combinations that are not supported in this mode. When matrix inverse is required, the input and output data types must all be double or must all be single. Can anybody guide on this? Thank you in advance.

Respuestas (1)

Debarati Banerjee
Debarati Banerjee el 7 de Jul. de 2015
Editada: Debarati Banerjee el 7 de Jul. de 2015
The Product block does not support matrix inversion for fixed-point data types. Hence it errors out.
This link also mentions the same point.
As a workaround you may use a ' Data Type Conversion ' block between your fixed point input and the Product block. The Data Type Conversion block can convert the input into double/ single before it is applied to the Product block.
Hope this helps!
Debarati

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by