I can't save any simulink model.

18 ビュー (過去 30 日間)
Maximilian Karl
Maximilian Karl 2016 年 5 月 3 日
コメント済み: Vaibhav Awale 2016 年 5 月 6 日
When I try to save a simulink model I get the error:
An error occurred during a callback while saving 'xxx.slx'. The previously saved version of this file (if any) has not been changed.
Undefined variable "rmigraph" or class "rmigraph.bdHasExternalData".
It even happens when saving a completely empty simulink model. Any other file manipulation with Matlab works.
A similar error shows up when trying to compile the simulink model:
Undefined variable "rmisl" or class "rmisl.blockTable".
My system:
  • MATLAB R2014b
  • Ubuntu 14.04
  2 件のコメント
Walter Roberson
Walter Roberson 2016 年 5 月 4 日
Both of those appear to be related to Simulink Verification
You could try reinstalling that product.
Vaibhav Awale
Vaibhav Awale 2016 年 5 月 6 日
Can you check if you have anything written in PreSaveFcn callback?
Also you can try saving the model from command line using save_system
If above steps don't help, you can execute the following command at MATLAB command window and then try to save the model:
restoredefaultpath

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by