Learn R Programming

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

matlabr (version 1.1.3)

An Interface for MATLAB using System Calls

Description

Provides users to call MATLAB from using the "system" command. Allows users to submit lines of code or MATLAB m files. This is in comparison to 'R.matlab', which creates a MATLAB server.

Copy Link

Version

Install

install.packages('matlabr')

Monthly Downloads

285

Version

1.1.3

License

GPL-2

Maintainer

John Muschelli

Last Published

May 25th, 2016

Functions in matlabr (1.1.3)

rvec_to_matlabclist

Convert R vector to matlab cell mat
get_matlab

Find matlab path
rmat_to_matlab_mat

Convert R matrix to matlab matrix
run_matlab_code

Runs matlab code
have_matlab

Logical check if MATLAB is accessible
rvec_to_matlabcell

Convert R vector to matlab cell
rvec_to_matlab

Convert R vector to matlab cell mat
run_matlab_script

Run matlab script