Can Matlab System Objects in Simulink support Symbolic Dimensions?
5 次查看(过去 30 天)
显示 更早的评论
I'm working on a complex system model that involves arrayed signals. However, as part of this system model has 2 key aspects that I'm looking to address:
- I would like to be able to sweep the array sizes as part of analysis of the system to determine what an appropriate size for the array would be; as a result Symbolic Dimensioning seems to be a very good candidate for this as it will allow me to use a single variable to determine the sizes of the array
- I am also implementing a custom, complex estimation algorithm which seems to fit best into a Matlab System Object (or at minimum a Matlab function); however both of those generate errors when I run the symbolically sized signals into them and I was wondering if there are ways around those initial warnings where I can have support for symbolic dimensioning and use those blocks.
2 个评论
SACHIN KHANDELWAL
2024-7-29
Could you please share the source code or the error/warning you are encountering ?
回答(1 个)
Himanshu
2024-8-6
Hi,
I see that you are working on a complex system model in Simulink and want to use symbolic dimensions to sweep array sizes for analysis.
The error suggests that the block does not support symbolic dimensions propagation. Please refer to the following MATLAB Community post answered by the MathWorks Support Team which can help you determine which blocks support Symbolic Dimensions.
I hope this helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!