Can I input an array of derivatives to the integrator and obtain an array as output?
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Vinay
on 17 Sep 2024
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 ofn “integrator”, “mux” and “demux” for more details: “Integrator”: https://www.mathworks.com/help/releases/R2021b/simulink/slref/integrator.html
0 Comments
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!