Write to same mat file from multiple compiled functions
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am compiling multiple functions (using MCC) to retrieve data from a MySQL server in order to parallelize the process. Each function will write data to a mat file. Is there a way I can check if the mat file is not in memory of another function before loading it.
4 comentarios
Rik
el 7 de En. de 2018
If the instances are separated, I hope they won't have access to each others memory, so what you are asking is impossible.
Respuestas (1)
Sindhu Yerragunta
el 10 de En. de 2018
Editada: Sindhu Yerragunta
el 10 de En. de 2018
0 comentarios
Ver también
Categorías
Más información sobre Database Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!