Loaded Assembly Cannot Be Found
古いコメントを表示
I added an assembly (NET.addAssembly) and in my code it works when I highlight it and press F9, but if i run it via the script (stepping via debugger) it gives me an "undefined function or variable" error. I'm trying to call a static method.
2 件のコメント
Hi Natalie,
When you are stopped in the debugger, if execute the command below (where < method > is your static method's name), what is the output?
which -all <method>
Natalie E
2017 年 10 月 26 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Continuous Waveforms についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!