maxNumCompThreads(1);
7 次查看(过去 30 天)
显示 更早的评论
This is no longer valid. Then how to set the max number of threads in R2015b?
0 个评论
回答(1 个)
Rebecca Krosnick
2016-3-8
maxNumCompThreads(1) should still work. The documentation page for maxNumCompThreads indicates that maxNumCompThreads will be removed in a future version: http://www.mathworks.com/help/matlab/ref/maxnumcompthreads.html
Another option for setting the maximum number of computational threads to 1 is to use the -singleCompThread option when starting MATLAB® to limit MATLAB to a single computational thread. Open MATLAB from a terminal with
matlab -singleCompThread
1 个评论
Dyuman Joshi
2025-10-23
编辑:Dyuman Joshi
2025-10-23
The documentation page no longer mentions that the function/functionality will be removed. Nor there is any notice specifying whether it has been deprecated or not.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multidimensional Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!