Simulinkのモ​デリングでエラーとな​った場合に、MATL​ABが落ちます。

6 views (last 30 days)
Noboru Oowaki
Noboru Oowaki on 8 Jul 2016
Answered: Yoko on 14 Nov 2016
Simulinkでサブシステムを配置し、Inport名をOutport名と同じにすると、 通常はエラーメッセージが表示されるはずですが、"Matlab System Error"となり、MATLABが落ちます。 何が原因でしょうか? 再インストールは何度か試しています。
  1 Comment
Walter Roberson
Walter Roberson on 8 Jul 2016
Approximate translation:
In the case was Tsu Do an error in the Simulink modeling, it fell MATLAB.
The subsystem is placed in Simulink, and the Inport name the same as the Outport name, normally I should error message is displayed, "Matlab System Error" next to, MATLAB will fall. What would be the cause? Re-install is to try several times.

Sign in to comment.

Accepted Answer

Yoko
Yoko on 14 Nov 2016
R2016a で試してみましたが、エラーメッセージが表示され、System Error は再現しませんでした。 利用している MATLAB のリリースバージョン(R2015a、など)が分かれば、再現状況は確認します。
なお、System Error が発生する場合、ログが残ることがあります。 エラーログが生成されている場合、コマンドウィンドウにて下記コマンドを実行して表示される箇所に、ファイルがございます。
>>tempdir
ファイルは下記のような名前です。
matlab_crash_dump.XXXX
java.log.XXXX
hs_error_pidXXXX.log
XXXX には数値が入ります。例:"matlab_crash_dump.3944", "java.log.3944" and "hs_error_pid3944"
存在するようであれば、ログファイルと共にサポート窓口にお問い合わせください。

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!