Borrar filtros
Borrar filtros

What is the "-C-" block in this example?

3 visualizaciones (últimos 30 días)
Achilles Chan
Achilles Chan el 11 de Jul. de 2023
Editada: Sudil el 11 de Jul. de 2023
Comparison between SIMULINK/Aerospace and AOCS
what is the "-C-" block?(the PV0 one)
I think its a constant, but dont know what should have inside it,
aslo when I try to give it "1" it will show those error.
Error:Invalid setting for dimensions of input port of 'untitled2/Demux'. The Demux cannot be used to split matrices
Error:Error in port widths or dimensions. 'Output Port 1' of 'untitled2/Integrator1' is a [2x3] matrix.
thanks.
  1 comentario
Nikhil
Nikhil el 11 de Jul. de 2023
The additionla input port in the integrator block is for specifying the intial condition.

Iniciar sesión para comentar.

Respuestas (1)

Sudil
Sudil el 11 de Jul. de 2023
Editada: Sudil el 11 de Jul. de 2023
Hi Achilles,
Yes, you are correct that is the constant block.
In your Simulink model, you're using that constant block to set the initial condition of the Integrator block. The error is because of the dimensions of the constant block(1x1) not matching that of the integrator block (2x3).
To fix that, try changing the value of the constant block to a 2x3 array.
Also, you can refer to the documentation to understand how the integrator and the constant blocks work: https://in.mathworks.com/help/simulink/slref/integrator.html

Categorías

Más información sobre Modeling 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