fft function not working in .net assembly
显示 更早的评论
I'm working on a signal processing function. I want to call my function from a c# application, but the matlab function fft does not work, it throws an error: An unhandled exception of type 'System.Exception' occurred in MWArray.dll Additional information:
... MWMCR::EvaluateFunction error ...
Integers can only be combined with integers of the same class, or scalar doubles.
The error is generated when the function fft is called.
Any solution for this problem?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 .NET Methods in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!