Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

Re: Saving variables on the same file

$
0
0
On 10/27/2012 12:50 PM, Elnaz wrote:

>> --
> But these jobs are running in parallel not one after another.
>>

When tasks run in parallel and need to update a shared
data, you need to synchronize the access to this data.

So, these jobs you have, they need to do their
own synhorization.

Lookup what methods or system cals are there in your env. for
doing this sort of thing.

Viewing all articles
Browse latest Browse all 19628

Trending Articles