Learn R Programming

matlabr Package:

matlabr is an R package to call MATLAB directly using system command. This is a simple package that tries to get around using R.matlab and a MATLAB server.

Installation

You can install the stable version on CRAN:

install.packages('matlabr', dependencies = TRUE)

You can install matlabr from GitHub with:

# install.packages("remotes")
remotes::install_github("muschellij2/matlabr")

Copy Link

Version

Install

install.packages('matlabr')

Monthly Downloads

255

Version

1.5.2

License

GPL-2

Maintainer

Last Published

August 13th, 2018

Functions in matlabr (1.5.2)

rvec_to_matlabclist

Convert R vector to matlab cell mat
run_matlab_script

Run matlab script
get_matlab

Find matlab path
have_matlab

Logical check if MATLAB is accessible
rvec_to_matlab

Convert R vector to matlab cell mat
rmat_to_matlab_mat

Convert R matrix to matlab matrix
run_matlab_code

Runs matlab code
rvec_to_matlabcell

Convert R vector to matlab cell
add_path

Create PATHs to add to MATLAB PATHs