Undefined variable "rmiut" or class "rmiut.isBuiltinNoRmi"
Afficher commentaires plus anciens
This happens when I try to call and execute a simulation in parallel mode 'parfor' instead of normal 'for' mode? I guess is something to do with the settings of the simulation like:?
options = simset('SrcWorkspace','current')
sim(mdl,[0 Z_t_End],options);
1 commentaire
Paul Smith
le 7 Déc 2017
Modifié(e) : Paul Smith
le 8 Déc 2017
this was a corrupted .mat file in slprj folder, delete and try again... This worked once then problem reoccurred, now nothing works...
Réponses (1)
Anna Font Llenas
le 24 Mar 2020
I have just found out that reseting Matlab to its launched state it solves the problem (tested with Matlab 2015b).
!matlab &
exit
1 commentaire
Anna Font Llenas
le 3 Avr 2020
Modifié(e) : Anna Font Llenas
le 3 Avr 2020
If it is caused because some features of Toolbox are not found, the cache can be updated by using the following code.
restoredefaultpath
rehash toolboxcache
savepath
Catégories
En savoir plus sur Parallel for-Loops (parfor) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!