![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/299718/image.png)
Simulink: Product block forces wrong dimension size
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
William Alberg
el 24 de Mayo de 2020
Comentada: Ameer Hamza
el 25 de Mayo de 2020
Hello all
I have a bit of a problem. My simulink model has an dimension error, but i cant understand why.
I need to perform the calculation x * x^T, in order to get a 5x5 result. (x is 5x1). But simulink "wants" to do x^T * x, to get a 1x1 result.
When i use the same block (copy-pasted), only connected to a display, it works as intended.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/299643/image.png)
I have attached the files nessensary to run the model. The error takes place in a block called "ID block"
I have found, that if i disconnect a signal called "theta" from another block called "controller", the error disappears.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources 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!