Description Usage Arguments Value
View source: R/rvec_to_matlabcell.R
This function takes in an R vector then turns it into a cell
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.