How to start operations in parrallel once the data has become avaliable
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Matthew Hewitt
 el 16 de Mayo de 2018
  
    
    
    
    
    Respondida: Joss Knight
    
 el 17 de Mayo de 2018
            Hi all,
I am wandering if it is possible to start operations in parrallel once the data becomes avaliable. What we have to do is read a file which is locked on read so can't be read in parrallel, then the data from this is then used in calulations and write operations that are indepenedent of one another. The data in the file is in many blocks and we treat each block independently.
So my question is whether it is possible to have the read operation happen constantantly and then when the data has been read for a new block of the data we can start the data proccessing in parrallel. This would be easy if it was possible to create threads however as far as I am aware matlab does not support threading.
Any help would be appreciated. Many Thanks.
2 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Parallel Computing en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


