Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab Error #9

Closed
GoogleCodeExporter opened this issue Mar 18, 2016 · 1 comment
Closed

Matlab Error #9

GoogleCodeExporter opened this issue Mar 18, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What version of matlabcontrol are you using?
(Release versions: 4.0.0, 3.1.0, 3.0.1, 3.0.0, or 2.0.0)
4.0.0

What version of MATLAB are you using?
R2011b

What operating system are you using?
Windows XP

Are you using matlabcontrol from inside MATLAB or outside MATLAB?
outside Matlab

What steps will reproduce the problem?

downloaded JAR, added to build path then ran the following code:
MatlabProxyFactory factory = new MatlabProxyFactory();
try{
    MatlabProxy proxy = factory.getProxy();
    proxy.setVariable("a", 5);
    proxy.disconnect();
    }
    catch(Exception e){
        e.printStackTrace();
    }

What did you expect to happen? What happened instead?
I expected Matlab to set a variable "a" to 5.
Instead I get the following error in Matlab: 
"Error using javaaddpath (line 46)
Too many input arguments."

Please provide any additional information below.

Original issue reported on code.google.com by MRiegelh...@gmail.com on 13 Aug 2012 at 6:59

@GoogleCodeExporter
Copy link
Author

I cannot repro this issue.

Original comment by nonot...@gmail.com on 18 Feb 2013 at 8:19

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant