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


matlabr documentation built on May 1, 2019, 6:35 p.m.