Write to same mat file from multiple compiled functions
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Rik
il 7 Gen 2018
If the instances are separated, I hope they won't have access to each others memory, so what you are asking is impossible.
Risposte (1)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!