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!