필터 지우기
필터 지우기

How to turn off Java Error Notifications

조회 수: 1 (최근 30일)
Matthew
Matthew 2013년 7월 13일
댓글: Matthew 2017년 1월 12일
Summary: Java Error notifications are filling up the matlab diary to the tune of hundreds of megabytes over the course of a long program running.
In a compiled program I'm saving the entire workspace out. Unfortunately, deep in some of the structures being saved out, there are objects which can not be saved correctly, and so java errors are thrown every time the save function is called. This does not disrupt the save function from saving the rest of the data properly, but it does result in error notifications being printed out to the matlab diary for the program.
Is there a way to turn the error notifications off for Java Errors?
  댓글 수: 2
Matthew
Matthew 2013년 7월 15일
Note that this is being done for debug purposes, so writing a savefunction which automatically filters out the unsavable variables isn't preferable.
Matthew
Matthew 2017년 1월 12일
To anyone searching for answers on this question Yair Altman wrote a piece on this last year. It gives some tips for dealing with the errors, but sadly did not completely solve the issue.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by