Re: [R] Evaluating Entire Matlab code at a time

2006-12-30 Thread Bhanu Kalyan.K
Dear Mr. Bengtsson, I worked on the code you sent. But, I dont think it is responding either. Kindly verify. evaluate(matlab, pwd=cd();); Sending expression on the Matlab server to be evaluated...: 'pwd=cd();' Received an 'MatlabException' reply (-1) from the Matlab server: 'Error: Expected

Re: [R] Evaluating Entire Matlab code at a time

2006-12-30 Thread Henrik Bengtsson
This is very odd, but maybe 'cd' is not a command on your Windows Matlab installation. I tried the same code on a Unix installation (I don't have access to Matlab for Windows but others have been using R.matlab there successfully). Find out what the command for getting the current directory in

Re: [R] Evaluating Entire Matlab code at a time

2006-12-29 Thread Henrik Bengtsson
Hi. On 12/30/06, Bhanu Kalyan.K [EMAIL PROTECTED] wrote: Dear Mr.Bengtsson, The steps you have suggested are working for single lines of matlab statements. But, as i mentioned earlier, If i want to see the output of an entire matlab code (say swissroll.m) then you suggested me to do res -