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!