フィルターのクリア

How to solve .......Error using datastore Invalid Simulink object name: TreatAsMissing

1 回表示 (過去 30 日間)
Hello, I am using Matlab 15a, for creating the datastore for map-reduce programming on standalone system the following problem occurred.
Error using datastore (line 12) Invalid Simulink object name: TreatAsMissing
Error in Main1 (line 2) ds = datastore('MD_MapReduce.csv',...
Caused by: Error using datastore (line 12) No block diagram 'TreatAsMissing' is loaded.

採用された回答

Mininath Bendre
Mininath Bendre 2016 年 4 月 25 日
編集済み: Mininath Bendre 2016 年 4 月 26 日
I got the some hints to solve above problem...
Thanks to Jason Fice,
Only fire the bellow query, when parallel pool not work..on Win 8, The query not solve the problem on Win 7.
distcomp.feature( 'LocalUseMpiexec', false )
But, For each time when Matlab startup, need to execute above query.
try it, I used the following link for the answer...

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by