rmat_to_matlab_mat {matlabr} | R Documentation |
This function takes in an R matrix then turns it into a matrix in matlab
rmat_to_matlab_mat(x, matname = NULL, transpose = FALSE)
x |
matrix of values |
matname |
Object in matlab to be assigned |
transpose |
Transpose the matrix |
Character scalar of matlab code