Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Having trouble with plotting race conditions

조회 수: 1 (최근 30일)
David Conway
David Conway 2014년 5월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I am doing some fairly dense plotting of radar return data. As the data goes through the signal processing chain, interim results are output to surface plots. When I do this, I am getting ML faults that do not occur when each signal processing block in the chain is run as a standalone operation.
I have mitigated this somewhat by interspersing uiwait's with a 1 sec timeout. Is there smarter way of doing this in ML?
David
  댓글 수: 1
Star Strider
Star Strider 2014년 5월 14일
You need to post (or if it is long, attach it to your question — ‘Edit’ and use the ‘paperclip’ icon) the relevant parts of your code. We also need to know what the ‘ML faults’ are. Copy the entire red warning or error messages from the Command Window, and paste them to your question.
It may be that simply putting the plot commands in a different part of your code will solve the problem.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by