There is a UndefinedFunction error,when I use 'addAttach​edFiles(po​ol,files)'

조회 수: 4 (최근 30일)
FuWei Shen
FuWei Shen 2021년 9월 1일
답변: Shivam Lahoti 2025년 3월 6일

답변 (1개)

Shivam Lahoti
Shivam Lahoti 2025년 3월 6일
Hi,
I understand you're encountering an 'UndefinedFunction' error when using 'addAttach​edFiles(po​ol,files)' file on MATLAB Parallel Cloud. This issue typically arises because the cloud workers are unable to find the required files. The MATLAB Parallel Cloud is Linux-based, which means it requires Linux-based MEX files.
If you're using a Windows-based MEX file (mexw64), it will not be compatible. You will need to create the MEX file on a Linux machine and then send it to the workers using the "addAttachedFiles" function.
I hope this resolves the issue.

카테고리

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

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by