I am creating JAVA GUIs using NetBeans and creating JFrames. I am using matlabcntrol to call Matlab functions and I want to call a built-in function of Matlab (disp('hello wolrd')) on the button click. When I click, Matlab starts but gives the following error:
Undefined variable "matlabcontrol" or class "matlabcontrol.MatlabClassLoaderHelper.configureClassLoading".
and then the following error is shown on NetBeans console:
SEVERE: null matlabcontrol.MatlabConnectionException: MATLAB proxy could not be created in 180000 milliseconds
Any one encountered the same problem and solved it?
Thanking in anticipation