How can I combine strings in SIMULINK like in a MATLAB cell array?
2 次查看(过去 30 天)
显示 更早的评论
Hi folks,
Imagine I have 3 string constant blocks:
How can I combine them in such a way to get something like a cell array in MATLAB so that there are 3 elements corresponding to the three strings?:
(Note: The three strings may be of different lengths)
(Note2: I should have made it clearer that the rightmost block is a display block)
Thank you,
Rafael
0 个评论
采纳的回答
Paul
2020-11-17
However, it appears that you can pack them all into a bus if all you need to do is flow them as a group from one portion of your model to another and then unpack them for processing.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!