Call matlab function use feval error c#: Error using parallel.F​evalFuture​/fetchNext

Hello guys,
I have file .m use feval to compute. And then, I have winform (C#) to call this function.
C# Code call matlab function
matlab.Execute(folderSKIMPParfeval);
object result = null;
matlab.Feval(algorithmSKIMP, 3, out result, vector, lower, step, (double)lstUpper[k], workerNum);
And when I run code, I have error:
'Error using parallel.FevalFuture/fetchNext
The function evaluation completed with an error.'
How can I resolve this problem? I try to search solution for this, but It's not work.
Please help me,
Thank./.

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler SDK についてさらに検索

質問済み:

2022 年 1 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by