Simulinkのモデリングでエラーとなった場合に、MATLABが落ちます。
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Simulinkでサブシステムを配置し、Inport名をOutport名と同じにすると、 通常はエラーメッセージが表示されるはずですが、"Matlab System Error"となり、MATLABが落ちます。 何が原因でしょうか? 再インストールは何度か試しています。
1 Kommentar
Walter Roberson
am 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.
Akzeptierte Antwort
Yoko
am 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"
存在するようであれば、ログファイルと共にサポート窓口にお問い合わせください。
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!