Precedence Order Issue: Java method over a function
2 ビュー (過去 30 日間)
古いコメントを表示
I am using a third-party toolbox that has function lookup.m. Whenever this function gets called I get an error
No constructor 'lookup' with matching signature found.
Running "which lookup -all" gives
lookup is a Java method % lookup constructor
lookup is a Java method % com.mathworks.mde.editor.breakpoints.MatlabBreakpointUtils method
SOME_PATH\lookup.mexw64 % Shadowed
SOME_PATH\lookup.m % Shadowed
So the function that I want to be called is shadowed by some internal Java method. What would be an easy way to make the function to be called (I can't rename it)?
0 件のコメント
回答 (1 件)
Helper
2018 年 6 月 12 日
Please check this post: Database Toolbox Update-Function - No constructor with matching signature found
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!