필터 지우기
필터 지우기

App designer, run sub app in parallel

조회 수: 5 (최근 30일)
Neurolab
Neurolab 2024년 3월 29일
답변: Eric Delgado 2024년 4월 1일
I am designing an app in App Designer. This app (app A) calls a subapp (app B) which prepares some data files and then essentially runs an .exe program using the system command.
This .exe can take some time to complete, and for different reasons app B needs to wait for the system command to complete to finish up some data files.
So while app B is doing this I would like the user to be able to continue using app A, essentially running the two apps in parallel. However, when app B is waiting for the system command to complete app A just doesn't update, as if all the callbacks in app A are blocked temporarily. Is there a way to fix this?

답변 (1개)

Eric Delgado
Eric Delgado 2024년 4월 1일
I think that the answer that you are looking for is here: https://www.mathworks.com/help/matlab/ref/parallel.pool.dataqueue.html

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by