Simulinkのモデリングでエラーとなった場合に、MATLABが落ちます。
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Noboru Oowaki
el 8 de Jul. de 2016
Respondida: Yoko
el 14 de Nov. de 2016
Simulinkでサブシステムを配置し、Inport名をOutport名と同じにすると、 通常はエラーメッセージが表示されるはずですが、"Matlab System Error"となり、MATLABが落ちます。 何が原因でしょうか? 再インストールは何度か試しています。
1 comentario
Walter Roberson
el 8 de Jul. de 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.
Respuesta aceptada
Yoko
el 14 de Nov. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!