Why does my Ps sequence block not work?

조회 수: 2 (최근 30일)
Adrián Jiménez
Adrián Jiménez 2022년 10월 4일
답변: Rishi 2023년 9월 29일
I need to set a repetitive signal. It needs to be a continous one. I have gathered 100 points (the max amount posible) and set the duration and output values. When I try to run it, an error comes up saying there´s something wrong with the dimensions. I have already check that there is the same amount of elements in each array. Any help please!
  댓글 수: 3
Adrián Jiménez
Adrián Jiménez 2022년 10월 6일
Okay, thank you Jeffrey. Now I try to turn the durations vector into a column and this is the error that comes up.
As you can see, I have already try to switch lines to columns to try to see if it works but it does not.
Jeffrey Clark
Jeffrey Clark 2022년 10월 7일
편집: Jeffrey Clark 2022년 10월 7일
@Adrián Jiménez, yes you can see that what it now thinks you are trying to do is fowling up something else and resulting in concatenating a 99x1 with a 1x1 and again along the column dimension. So perhaps you need to look at the documentation more closely and/or click on the Source Code link in the PS Repeating Sequence popup. Unfortunately I don't have Simulink so probably someone else needs to assist you in how to properly set the parameters.

댓글을 달려면 로그인하십시오.

답변 (1개)

Rishi
Rishi 2023년 9월 29일
Hi Adrian,
I understand are facing an issue with setting the values of ‘Durations’ and ‘Start output values’ in the ‘Ps sequence block’. I tried entering two arrays with 100 elements each in these two fields, and my model runs without any error.
You can recheck your entries to these fields. If the issue persists, you can share your model.
Regards,
Rishi Shrimal

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by