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

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

1 Comment

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

Sign in to comment.

Answers (0)

Categories

Find more on ループと条件付きステートメント in Help Center and File Exchange

Products

Release

R2021b

Tags

Asked:

on 24 Dec 2021

Commented:

on 25 Dec 2021

Community Treasure Hunt

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

Start Hunting!