Can I input an array of derivatives to the integrator and obtain an array as output?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Vinay
2024년 9월 17일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!