Why does my Ps sequence block not work?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Jeffrey Clark
el 7 de Oct. de 2022
Editada: Jeffrey Clark
el 7 de Oct. de 2022
@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.
Respuestas (1)
Rishi
el 29 de Sept. de 2023
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 comentarios
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!