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
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!