Undefined variable "rmiut" or class "rmiut.isBuiltinNoRmi"

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 件のコメント

Paul Smith
Paul Smith 2017 年 12 月 7 日
編集済み: Paul Smith 2017 年 12 月 8 日
this was a corrupted .mat file in slprj folder, delete and try again... This worked once then problem reoccurred, now nothing works...

サインインしてコメントする。

回答 (1 件)

Anna Font Llenas
Anna Font Llenas 2020 年 3 月 24 日

0 投票

I have just found out that reseting Matlab to its launched state it solves the problem (tested with Matlab 2015b).
!matlab &
exit

1 件のコメント

Anna Font Llenas
Anna Font Llenas 2020 年 4 月 3 日
編集済み: Anna Font Llenas 2020 年 4 月 3 日
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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeParallel for-Loops (parfor) についてさらに検索

質問済み:

2017 年 12 月 7 日

編集済み:

2020 年 4 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by