Why does my Ps sequence block not work?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
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
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Event Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!