Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

setVariable.Matlab

Sets one or several MATLAB variables


Description

Sets one or several R variables on the MATLAB server. The transfer of the data can be done locally via a temporary file (remote = FALSE) or through the socket connection (remote = TRUE), which is always available.

Usage

## S3 method for class 'Matlab'
setVariable(this, ..., remote=this$remote)

Arguments

...

Named R variables to be set in MATLAB.

remote

If TRUE the variables are transferred on the socket connection, otherwise they are transferred via a temporary file.

Value

Returns nothing. If the MATLAB server did not received the variables successfully an exception is thrown.

Author(s)

Henrik Bengtsson

See Also

For more information see Matlab.


R.matlab

Read and Write MAT Files and Call MATLAB from Within R

v3.6.2
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph], Andy Jacobson [ctb] (Internal MAT v4 reader), Jason Riedy [ctb] (Support for reading compressed files, sparse matrices and UTF-encoded strings.)
Initial release
2018-09-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.