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./.

Respuestas (0)

Categorías

Más información sobre MATLAB Compiler SDK en Centro de ayuda y File Exchange.

Preguntada:

el 6 de En. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by