Clear Filters
Clear Filters

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

12 views (last 30 days)
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.

Answers (1)

Vinay
Vinay on 17 Sep 2024 at 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

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!