Reading multiple image files with Simulink
Afficher commentaires plus anciens
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.
Réponses (1)
Azzi Abdelmalek
le 14 Mar 2013
0 votes
5 commentaires
Ahmed A. Selman
le 14 Mar 2013
Kaustubha Govind
le 15 Mar 2013
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
le 15 Mar 2013
Kaustubha Govind
le 18 Mar 2013
You might want to read the documentation on using structures in the MATLAB Function block to resolve the errors.
Ahmed A. Selman
le 19 Mar 2013
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!