Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.