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
Original issue reported on code.google.com by
MRiegelh...@gmail.com
on 13 Aug 2012 at 6:59