Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Having trouble with plotting race conditions

1 visualizzazione (ultimi 30 giorni)
David Conway
David Conway il 14 Mag 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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 Commento
Star Strider
Star Strider il 14 Mag 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.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by