How to set output of MATLAB function block as fixed size?
14 次查看(过去 30 天)
显示 更早的评论
I have a MATLAB function block in Simulink. The dimensions of the output are defined by block inputs, but remain constant during the simulation. How can I get Simulink to define it as a fixed-size output?
11 个评论
Adil Murtaza Zuberi
2020-2-17
Thank you but as described, there will be later on custom code inside the funtion block, therefore it is necessary to use matlab function block for Code Generation.
回答(1 个)
stozaki
2020-2-13
* I attached model and Signal Object file.
There are two ways.
- Set the dimensions in the properties of the output signal.
- Use Simulink Signal Object

Regards,
stozaki
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!