Call matlab function use feval error c#: Error using parallel.FevalFuture/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 Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!