rvec_to_matlabcell: Convert R vector to matlab cell

Description Usage Arguments Value

View source: R/rvec_to_matlabcell.R

Description

This function takes in an R vector then turns it into a cell

Usage

1
rvec_to_matlabcell(x, sep = ";", matname = NULL, transpose = FALSE)

Arguments

x

Character vector of values

sep

separator to use to separate values. Defaults to ";" argument

matname

Object in matlab to be assigned

transpose

Transpose the cell

Value

Character scalar of matlab code


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