How can I troubleshoot this in my code 'The process cannot access the file because it is being used by another process.'
Show older comments
I am using matlabpool command to run some txt files from one software using parfor command. The problem here is that I am receiving this error 'The process cannot access the file because it is being used by another process'
Can someone guide me on this that what should i change in my code to avoid this error.
parfor i = 1 : N
xxxxx...........
end
Accepted Answer
More Answers (0)
Categories
Find more on Parallel for-Loops (parfor) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!