Goto's and From's performance in Generated C code
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I personaly like to use Goto and From blocks in order to have a easy to read model in Simulink. But now the question came to me if this is a good idea to use them and would that increase or decrease the performance in generated code. I think it shouldn't because I think the Goto block is not similar to Goto in C. I think it is just a model based beauty to undrestand the model better and save some space without having so many spider legs. so my main question is: Is using Goto block a good idea when it comes to the performance of the generated C code?
Thanks in advance.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Environment Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!