rvec_to_matlab {matlabr} | R Documentation |
This function takes in an R numeric and returns a status
rvec_to_matlab(x, row = FALSE, sep = NULL, matname = NULL)
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 |
Character scalar of matlab code