フィルターのクリア

undefined reference mclInhibitShutdown

3 ビュー (過去 30 日間)
Adam
Adam 2011 年 8 月 19 日
Is mclInhibitShutdown still supported in Matlab 2011? I get it as an undefined reference when I try to compile in Matlab. How else do you handle multiple calls to mclInitializeApplication?
Adam

回答 (1 件)

Saurabh Thakur
Saurabh Thakur 2011 年 8 月 19 日
mclInhibitShutdown and mclUninhitbitShutdown have been removed in R2011a. Their functionality is now handled by mclInitializeApplication and mclTerminateApplication. So you do not need to use mclInhibitShutdown anymore.

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by