read_mat | R Documentation |
read_mat()
can read Matlab filesRead a Matlab file
read_mat()
can read Matlab files
read_mat(file, names = FALSE)
file |
A path to a file. Files ending with |
names |
Include names of matlab objects (default = FALSE). |
A vector or array with up to 3 dimensions.
# Use \code{get_matlab()} to access the examples bundled with this package # Read Matlab file with one object ## Not run: read_mat(get_matlab("double-vec.mat")) # Read Matlab file with multiple objects ## Not run: read_mat(get_matlab("multi-object.mat"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.