Learn R Programming

R.matlab (version 3.7.0)

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,220

Version

3.7.0

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Last Published

August 25th, 2022

Functions in R.matlab (3.7.0)

evaluate.Matlab

Evaluates a MATLAB expression
1. The MATLAB server running in MATLAB

1. The MATLAB server running in MATLAB
finalize.Matlab

(internal) Finalizes the object if deleted
Non-documented objects

Non-documented objects
R.matlab-package

Package R.matlab
setVariable.Matlab

Sets one or several MATLAB variables
getOption.Matlab

Gets the value of an option
Matlab

MATLAB client for remote or local MATLAB access
setVerbose.Matlab

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

Gets one or several MATLAB variables
Matlab$startServer

Static method which starts a MATLAB server
as.character.Matlab

Gets a string describing the current MATLAB connection
readMat

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

Closes connection to MATLAB server
isOpen.Matlab

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

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

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

(internal) Writes (sends) an R-to-MATLAB command to the MATLAB server
setFunction.Matlab

Defines a MATLAB function
setOption.Matlab

Sets the value of an option
writeMat

Writes a MAT file structure