Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Linking .Net fieldnames error
2 ビュー (過去 30 日間)
古いコメントを表示
I am linking a function to .Net by creating .dll file. The code works correctly on Matlab but, when I am trying to use the function I get this error: "An unhandled exception of type 'System.Exception' occurred in MWArray.dll
Additional information:
... MWMCR::EvaluateFunction error ...
Undefined function 'fieldnames' for input arguments of type 'cell'."
The .net code is simply calling the function with no arguments

Using the debugger on matlab raw features holds 3 named structs and works well on matlab
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!