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!