Info

此问题已关闭。 请重新打开它进行编辑或回答。

Having trouble with plotting race conditions

1 次查看(过去 30 天)
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