rvec_to_matlab: Convert R vector to matlab cell mat

Description Usage Arguments Value

View source: R/rvec_to_matlab.R

Description

This function takes in an R numeric and returns a status

Usage

1
rvec_to_matlab(x, row = FALSE, sep = NULL, matname = NULL)

Arguments

x

Numeric vector of values

row

Create row vector instead of column vector

sep

separator to use to separate cells. Will override row argument

matname

Object in matlab to be assigned

Value

Character scalar of matlab code


muschellij2/matlabr documentation built on July 4, 2020, 12:59 p.m.