#MATLABTips
Want to run code in Matlab in parallel but can't get parfor to run?
1. Open a terminal window
2. type in "matlab -singleCompThread &"
3. repeat n-1 times (n=number of threads on your machine)
4. Run code manually in parallel.
Note this might use up several licenses!
#matlabtips #poormansparallelism
January 26, 2024 at 1:19 PM
May 24, 2025 at 11:31 AM