필터 지우기
필터 지우기

Write to same mat file from multiple compiled functions

조회 수: 2 (최근 30일)
Afzal Ali
Afzal Ali 2018년 1월 7일
편집: Sindhu Yerragunta 2018년 1월 10일
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
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
Afzal Ali 2018년 1월 7일
Is there some way to lock a mat file, so I can have a while loop checking when I should load it.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sindhu Yerragunta
Sindhu Yerragunta 2018년 1월 10일
편집: Sindhu Yerragunta 2018년 1월 10일
Hi Afzal,
This link might help to proceed further
Regards,
Sindhu

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by