Learn R Programming

⚠️There's a newer version (3.7.0) of this package.Take me there.

R.matlab (version 3.6.2)

Read and Write MAT Files and Call MATLAB from Within R

Description

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.

Copy Link

Version

Install

install.packages('R.matlab')

Monthly Downloads

7,166

Version

3.6.2

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

September 27th, 2018

Functions in R.matlab (3.6.2)

readMat

Reads a MAT file structure from a connection or a file
setVariable.Matlab

Sets one or several MATLAB variables
setVerbose.Matlab

Sets the verbose level to get more details about the MATLAB access
writeCommand.Matlab

(internal) Writes (sends) an R-to-MATLAB command to the MATLAB server
Matlab$startServer

Static method which starts a MATLAB server
Matlab

MATLAB client for remote or local MATLAB access
setFunction.Matlab

Defines a MATLAB function
writeMat

Writes a MAT file structure
setOption.Matlab

Sets the value of an option
readResult.Matlab

(internal) Reads results from the MATLAB server
isOpen.Matlab

Checks if connection to the MATLAB server is open
open.Matlab

Tries to open a connection to the MATLAB server
getVariable.Matlab

Gets one or several MATLAB variables
Non-documented objects

Non-documented objects
close.Matlab

Closes connection to MATLAB server
as.character.Matlab

Gets a string describing the current MATLAB connection
1. The MATLAB server running in MATLAB

1. The MATLAB server running in MATLAB
evaluate.Matlab

Evaluates a MATLAB expression
R.matlab-package

Package R.matlab
finalize.Matlab

(internal) Finalizes the object if deleted
getOption.Matlab

Gets the value of an option