rvec_to_matlabclist {matlabr} | R Documentation |
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
[Package matlabr version 1.5.2 Index]