Effacer les filtres
Effacer les filtres

Can I input an array of derivatives to the integrator and obtain an array as output?

12 vues (au cours des 30 derniers jours)
RANGASWAMY
RANGASWAMY le 14 Juil 2022
Réponse apportée : Vinay le 17 Sep 2024 à 7:03
I am new to Simulink/Matlab. I have a 2-element array of time-derivatives as input to a Simulink integrator block and I want to get a corresponding array as output. Is this even admissible? If so, how do I specify the dimensions of the inputs and outputs to the integrator block?
I get the following error when I try to build the model.
Error in port widths or dimensions. Invalid dimension has been specified for 'Input Port 1' of '<foo>/Integrator'. I have seen some people ask similar questions
Thanks.

Réponses (1)

Vinay
Vinay le 17 Sep 2024 à 7:03
Hi Rangaswamy,
The Simulink ‘Integrator’ block accepts vector signal as an input and integrates each element individually. The error arises due to mismatch in the input size and output size defined using the ‘mux’ and ‘demux’ block.
I have attached a Simulink model demonstrating the vectorized input integration below:
Kindly refer to the below documentations ofnintegrator,mux and “demux for more details: “Integrator”: https://www.mathworks.com/help/releases/R2021b/simulink/slref/integrator.html

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by