Loaded Assembly Cannot Be Found

1 Ansicht (letzte 30 Tage)
Natalie E
Natalie E am 2 Okt. 2017
Kommentiert: Natalie E am 26 Okt. 2017
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 Kommentare
Jim Joy
Jim Joy am 5 Okt. 2017
Bearbeitet: Jim Joy am 5 Okt. 2017
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
Natalie E am 26 Okt. 2017
It just says 'not found'.
I'm still having the same - I added the assembly, and now i'm trying to use static methods from that assembly in multiple functions in the same m script, and no matter how I initialize it I keep getting an undefined error for the assembly. I can see that its in the loaded assemblies.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by