Displaying 2 results from an estimated 2 matches for "matlabexcept".
2006 Dec 30
2
Evaluating Entire Matlab code at a time
...d me to do
> res <- evaluate(matlab, "swissroll").
> When i did this the output looks something like:
>
> > res <- evaluate(matlab, "swissroll")
>
> Sending expression on the Matlab server to be evaluated...: 'swissroll'
> Received an 'MatlabException' reply (-1) from the Matlab server: 'Undefined
> function or variable 'lle'.'
> Error in list("evaluate(matlab, "swissroll")" = <environment>,
> "evaluate.Matlab(matlab, "swissroll")" = <environment>, :
>
>...
2008 Mar 17
0
R.matlab errors and slow con
...ame B times \
gains=[-1,2,-3,4,-5,6]; \
plays=unidrnd(6,B,1); \
win=sum(gains(plays)); \
aver=win/B; \
");
> evaluate(matlab, "[w,a]=dice(1000);")
Error in list("evaluate(matlab, "[w,a]=dice(1000);")" = <environment>, :
[2008-03-17 17:56:04] Exception: MatlabException: Undefined function or
method '
unidrnd' for input arguments of type 'double'.
at throw(Exception(...))
at throw.default("MatlabException: ", lasterr)
at throw("MatlabException: ", lasterr)
at readResult.Matlab(this)
at readResult(this)
at evaluate...