Effacer les filtres
Effacer les filtres

Write to same mat file from multiple compiled functions

2 vues (au cours des 30 derniers jours)
Afzal Ali
Afzal Ali le 7 Jan 2018
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 commentaires
Rik
Rik le 7 Jan 2018
If the instances are separated, I hope they won't have access to each others memory, so what you are asking is impossible.
Afzal Ali
Afzal Ali le 7 Jan 2018
Is there some way to lock a mat file, so I can have a while loop checking when I should load it.

Connectez-vous pour commenter.

Réponses (1)

Sindhu Yerragunta
Sindhu Yerragunta le 10 Jan 2018
Modifié(e) : Sindhu Yerragunta le 10 Jan 2018
Hi Afzal,
This link might help to proceed further
Regards,
Sindhu

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by