Can Í have a listener in a class that checks if the folder-content is changed?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a folder that recievs files from time to time and I want matlab to plot the data directly as they arive in the folder...
can I add a listener that checks if for example
folderContents=dir;
is changed since last time? thenks in advance/M (FYI I'm pretty new to working with classes and never used a listener before)
0 comentarios
Respuestas (1)
Wilson A N
el 20 de En. de 2017
Editada: per isakson
el 10 de Feb. de 2017
You can use the 'addlistener' function to do this. The below link describes it:
You can also check out the other answers in the links given below which more or less address your query:
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!