Learn R Programming

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

R.matlab (version 1.1.3)

Read and write of MAT files together with R-to-Matlab connectivity

Description

This package provides methods to read and write MAT files. It also makes it possible to communicate (evaluate code, send and retrieve objects etc.) with Matlab v6 or higher running locally or on a remote host.

Copy Link

Version

Install

install.packages('R.matlab')

Monthly Downloads

7,166

Version

1.1.3

License

LGPL version 2.1 or newer (the releases)

Maintainer

Henrik Bengtsson

Last Published

August 26th, 2022

Functions in R.matlab (1.1.3)

Sys.setenv

Sys.setenv
finalize.Matlab

Finalizes the object if deleted
evaluate.Matlab

Evaluates a Matlab expression
Matlab

Matlab client for remote or local Matlab access
setVariable.Matlab

Sets one or several Matlab variables
readResult.Matlab

Reads results from the Matlab server
setOption.Matlab

Sets the value of an option
writeMat

Writes a MAT file structure
1. The Matlab server running in Matlab

1. The Matlab server running in Matlab
setVerbose.Matlab

Sets the verbose level to get more details about the Matlab access
as.character.Matlab

Gets a string describing the current Matlab connection
close.Matlab

Closes connection to Matlab server
getOption.Matlab

Gets the value of an option
isOpen.Matlab

Checks if connection to the Matlab server is open
Non-documented objects

Non-documented objects
R.matlab-package

Package R.matlab
open.Matlab

Tries to open a connection to the Matlab server
startServer.Matlab

Static method which starts a Matlab server
setFunction.Matlab

Defines a Matlab function
getVariable.Matlab

Gets one or several Matlab variables
readMat

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

Writes (sends) a command to the Matlab server