Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 21 found.
[1] < 1 2 3 > [3]  Sort:

Matlab$startServer (Package: R.matlab) : Static method which starts a MATLAB server

Static method which starts a MATLAB server on the local machine. Note that MATLAB v6 or later is required, since the MATLAB server relies on Java.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Matlab$startServer, Matlab.startServer, startServer,Matlab-method, startServer.Matlab
● 0 images

Matlab (Package: R.matlab) : MATLAB client for remote or local MATLAB access

Package: R.matlab
Class Matlab
● Data Source: CranContrib
● Keywords: classes
● Alias: Matlab
● 0 images

R.matlab-package (Package: R.matlab) : Package R.matlab

Methods readMat() and writeMat() for reading and writing MAT files. For user with MATLAB v6 or newer installed (either locally or on a remote host), the package also provides methods for controlling MATLAB (trademark) via R and sending and retrieving data between R and MATLAB.
● Data Source: CranContrib
● Keywords: package
● Alias: R.matlab, R.matlab-package
● 0 images

writeMat (Package: R.matlab) : Writes a MAT file structure

This function takes the given variables (...) and places them in a MAT file structure, which is then written to a binary connection.
● Data Source: CranContrib
● Keywords: IO, file
● Alias: writeMat, writeMat.default
● 0 images

as.character.Matlab (Package: R.matlab) : Gets a string describing the current MATLAB connection

Gets a string describing the current MATLAB connection.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Matlab.as.character, as.character,Matlab-method, as.character.Matlab
● 0 images

evaluate.Matlab (Package: R.matlab) : Evaluates a MATLAB expression

Evaluates one or several MATLAB expressions on the MATLAB server. This method will not return until the MATLAB server is done.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Matlab.evaluate, evaluate,Matlab-method, evaluate.Matlab
● 0 images

open.Matlab (Package: R.matlab) : Tries to open a connection to the MATLAB server

Tries to open a socket connection to the MATLAB server. If the connection could not be opened it the first time it will try to open it every interval second up to trials times.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Matlab.open, open,Matlab-method, open.Matlab
● 0 images

1. The MATLAB server running in MATLAB (Package: R.matlab) : 1. The MATLAB server running in MATLAB

This section gives addition details on the MATLAB server. At the end, the MatlabServer.m script and the InputStreamByteWrapper.java code is shown.
● Data Source: CranContrib
● Keywords: documentation
● Alias: 1. The MATLAB server running in MATLAB
● 0 images

setOption.Matlab (Package: R.matlab) : Sets the value of an option

Sets the value of an option where the option is specified like a file pathname, e.g. "readResult/maxTries". See the Options class for details.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: Matlab.setOption, setOption,Matlab-method, setOption.Matlab
● 0 images

readMat (Package: R.matlab) : Reads a MAT file structure from a connection or a file

Reads a MAT file structure from a connection or a file. Both the MAT version 4 and MAT version 5 file formats are supported. The implementation is based on [1-5]. Note: Do not mix up version numbers for the MATLAB software and the MATLAB file formats.
● Data Source: CranContrib
● Keywords: IO, file
● Alias: readMat, readMat.default
● 0 images