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

Antworten (0)

Kategorien

Mehr zu MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 6 Jan. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by