I want to execute R commands from within MATLAB. After installing Robert Hensons Matlab R-link (Matlab Central File Exchange), which works well for some operations (evalR('object<-lm(formula<-x~y)') ) it has problems with others (evalR('object<-lars(x,y)'))(lars-package). The error message is: ?Object is static; operation not allowed? Do you have any ideas what the problem is? Thank you in advance!