Parallel computing in app designer

조회 수: 9 (최근 30일)
Srinivasan B
Srinivasan B 2021년 9월 30일
답변: Walter Roberson 2021년 10월 4일
Hi,
I am trying to use parfeval in app designer but there is always a warning . Is parfeval (Paralle Computing Toolbox) supported in app designer ?
I have attached the code(mlapp file) and the warning for your reference.
The code snippet(code in the mlapp file) calling empty function using parfeval
f = parfeval(@test,0);
function test()
end
Thanks and regards,
B.Srinivasan

채택된 답변

Walter Roberson
Walter Roberson 2021년 10월 4일
Because your function was not declared static, MATLAB thinks it needs to pass the app object to it.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Background Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by