I'm using S-Function builder in R2021a, and I'd like to set the input size to a symbolic dimension. Is this possible?

 Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 31 Juil 2026 à 0:00
Modifié(e) : MathWorks Support Team le 31 Juil 2026 à 3:20

0 votes

S-Function Builder in R2021a does not currently support symbolic dimensions.
If you want to continue down the route of using S-Functions, you will have to modify the generated S-Function to use symbolic dimensions. This doc page is a good starting point:
If you are open to alternatives to the S-Function approach, try the C Function block. The C Function block supports Symbolic Dimensions without doing any extra work, and it lets you specify Initialize, Start, Output, and Terminate code.
Here is relevant documentation about this:

Plus de réponses (0)

Produits

Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by