Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Having trouble with plotting race conditions
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Star Strider
am 14 Mai 2014
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.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!