rvec_to_matlabcell {matlabr} | R Documentation |
This function takes in an R vector then turns it into a cell
rvec_to_matlabcell(x, sep = ";", matname = NULL, transpose = FALSE)
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 |
Character scalar of matlab code