Write to same mat file from multiple compiled functions
显示 更早的评论
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
My first thought would be that global variables could solve this. My second thought is that global variables can generally be avoided in favor of a more robust solution.
Afzal Ali
2018-1-7
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.
Afzal Ali
2018-1-7
回答(1 个)
Sindhu Yerragunta
2018-1-10
编辑:Sindhu Yerragunta
2018-1-10
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!