Hi all,
I have written a code in matlab which modulate and demodulate some signals. I deploy them using deploytool
and the .jar
works in one application without GUI but gives me the Undefined variable "modem" or class "modem.pskmod".
in an application with GUI.
Basically, what I want to know what will cause this error to occur as I have look around, I don't find much documentation on this error.
As I don't understand why it work in one application but fails in another when the code I use is almost similar when calling the method.