Reading multiple image files with Simulink
显示 更早的评论
Is it possible to read multiple image files e.g., the contents of a folder, in Simulink? I need to read a sequence of images from a folder, one at a time.
回答(1 个)
Azzi Abdelmalek
2013-3-14
0 个投票
5 个评论
Ahmed A. Selman
2013-3-14
Kaustubha Govind
2013-3-15
You should be able to use the Embedded MATLAB Function block or MATLAB S-function block to implement your own code that loops through a set of files and reads them. As long as the size of the output doesn't change, this should work. What errors are you seeing exactly?
Ahmed A. Selman
2013-3-15
Kaustubha Govind
2013-3-18
You might want to read the documentation on using structures in the MATLAB Function block to resolve the errors.
Ahmed A. Selman
2013-3-19
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!