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!