複数のGUIでそれぞ​れfor文やwhil​e文を同時に実行する

複数のGUIでそれぞれfor文やwhile文を同時に実行すると一方が処理されている時はもう片方が止まってしまうのですが,同時に処理する方法はあるでしょうか。

1 comentario

Atsushi Ueno
Atsushi Ueno el 25 de Dic. de 2021
複数のGUIを同時に実行する事が目的であれば、イベント駆動型のプログラムに作り直す方法があります。
リソースを最大限利用した高速化が目的であれば、マルチスレッドのプログラムに作り直す方法があります。

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre ループと条件付きステートメント en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Etiquetas

Preguntada:

el 24 de Dic. de 2021

Comentada:

el 25 de Dic. de 2021

Community Treasure Hunt

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

Start Hunting!