Mutex in Data Acquisition Toolbox

조회 수: 4 (최근 30일)
Laszlo Balogh
Laszlo Balogh 2011년 5월 2일
답변: Kurt Stewart 2019년 10월 9일
In Data Acquisition Toolbox you can define callback functions. The callback functions are running in the background and make some signal processing. I would like to modify parameters of the signal processing algorithms 'on-the-fly'(from workspace by calling an appropriate function). Studying example suggests to use global variables in the workspace.
My question is what is the safe way to communicate between the workspace and the callback function? I.e. how global variables can be protected?
In other sw environments you have semaphore, mutex, critical section, etc. But in Matlab or in Data Acquisition Toolbox I could not find the official solution to this problem.

답변 (1개)

Kurt Stewart
Kurt Stewart 2019년 10월 9일
There are some third party scripts out there to do data access control.... https://www.mathworks.com/matlabcentral/fileexchange/42910-semaphore
That might be useful.... have not tried it myself yet. I would recommend testing it out first

Community Treasure Hunt

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

Start Hunting!

Translated by