필터 지우기
필터 지우기

funding source of error

조회 수: 1 (최근 30일)
ss
ss 2012년 12월 30일
Hi I have a problem in interpreting an error, it says "Error using figure UIJ_AreThereWindowShowsPending - timeout waiting for window to show up Error in cfdmodel(line 163) figure(1)" how we could find the source of error? is there anyone that had the same experience? also is there any method for searching source of error, when we can't understand what matlab means? thanks

답변 (2개)

Image Analyst
Image Analyst 2012년 12월 30일
In general, these types of errors are best solved by you using the debugger. See Doug Hull video tutorial on debugging for instructions. You can solve errors much faster using the debugger than by asking questions here and waiting for a response.

Jan
Jan 2012년 12월 30일
The failing line is shown in the message: cfdmodel(line 163). Open the file (edit cfdmodel) and look in the line 163 for comments, which explain the currently processed action.
  댓글 수: 1
Image Analyst
Image Analyst 2012년 12월 30일
ss, the line number in the error message is a link (in recenter versions of MATLAB). Just click on it to go directly to the source of the error.

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by