# NOT RUN {
file <- system.file("extdata/cary/", package = "eemR")
eem <- eem_read(file, recursive = TRUE, import_function = "cary")
export_to <- paste(tempfile(), ".mat", sep = "")
eem_export_matlab(export_to, eem)
# }
Run the code above in your browser using DataLab