maxNumCompThreads(1);

11 ビュー (過去 30 日間)
Xiaoge Wang
Xiaoge Wang 2016 年 3 月 3 日
回答済み: Rebecca Krosnick 2016 年 3 月 8 日
This is no longer valid. Then how to set the max number of threads in R2015b?

回答 (1 件)

Rebecca Krosnick
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

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by