Call matlab function use feval error c#: Error using parallel.FevalFuture/fetchNext
Afficher commentaires plus anciens
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./.
Réponses (0)
Catégories
En savoir plus sur MATLAB Compiler SDK dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!