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!