필터 지우기
필터 지우기

Simulink Vector to PS vector conversion

조회 수: 4 (최근 30일)
Shivam garg
Shivam garg 2024년 3월 18일
답변: Abhinav Aravindan 2024년 3월 28일
Hi,
In my simulation I have a vector signal coming from simulink domain. I want to give the signal to different blocks in PS domain. Something like shown below.
This gives me an error :
Error in port widths or dimensions. 'Output Port 1' of 'untitled/Constant' is a one dimensional vector with 3 elements.
Error in port widths or dimensions. 'Input Port 1' of 'untitled/Simulink-PS Converter' is a one dimensional vector with 1 elements.
Any suggestions on how to extract simulink vector/array in different PS signals?

답변 (1개)

Abhinav Aravindan
Abhinav Aravindan 2024년 3월 28일
It is my understanding that you would like to extract a Simulink vector elements and use them as inputs for different PS signals. A possible workaround is to use Demux to extract the vector elements and use separate Simulink-PS Converter blocks for each element.
A sample model illustrating the approach is provided below.
A similar MATLAB Answers query has been addressed in the following link for your reference.
Please find below relevant documentations for further detail.

카테고리

Help CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by