Simulink model without stop/terminate condition, how do I add one or other alternatives?
4 次查看(过去 30 天)
显示 更早的评论
Hello, I am experimentering with this simulink model and I am wondering how I can stop the model from running programmatically when the mosaic is "done" (no more frames to stitch from the given input-video)?
I have tried all sorts of conditions, at all sorts of locations, using a stop block but it stops it when it stitched no or 2 pictures together, not sure how I can accomplish this?
Kind regards, Simon
0 个评论
采纳的回答
Jordan Ross
2017-1-9
Hello Simon,
It is my understanding that you are trying to stop the Simulation after the video has finished and all of the images have been stitched together.
In order to stop the simulation when there are no more frames to stitch together, you can use the "Stop Simulation" block on the "Reset" signal that comes out of the "Video From File" block. Please see the image below of the "Input" subsystem.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Block Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!