Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

Mininath Bendre
Mininath Bendre il 25 Apr 2016
Modificato: Mininath Bendre il 26 Apr 2016
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...

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by