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 CenterFile Exchange 中查找有关 Datastore 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by