Write to same mat file from multiple compiled functions
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Rik
2018 年 1 月 7 日
If the instances are separated, I hope they won't have access to each others memory, so what you are asking is impossible.
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Database Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!