rvec_to_matlabclist: Convert R vector to matlab cell mat
Description
This function takes in an R vector then turns it into
a cell list
Usage
rvec_to_matlabclist(x, matname = NULL)
Arguments
x
Character vector of values
matname
Object in matlab to be assigned
Value
Character scalar of matlab code