Parfor in Matlab, No Global Variables
2012-09-25
This is another lesson paid to my poor programming experience. When you use global variables without any restriction, it will be nightmare when you want to parallelize your code. Will avoid this when rewriting my project in python.