Other packages > Find by keyword >

R.matlab  

Read and Write MAT Files and Call MATLAB from Within R
View on CRAN: Click here


Download and install R.matlab package within the R console
Install from CRAN:
install.packages("R.matlab")

Install from Github:
library("remotes")
install_github("cran/R.matlab")

Install by package version:
library("remotes")
install_version("R.matlab", "3.7.0")



Attach the package and use:
library("R.matlab")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2005-05-04
Latest Update: 2022-08-25
Description:
Methods readMat() and writeMat() for reading and writing MAT files. For user with MATLAB v6 or newer installed (either locally or on a remote host), the package also provides methods for controlling MATLAB (trademark) via R and sending and retrieving data between R and MATLAB.
How to cite:
Henrik Bengtsson (2005). R.matlab: Read and Write MAT Files and Call MATLAB from Within R. R package version 3.7.0, https://cran.r-project.org/web/packages/R.matlab. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.0.2 (2005-05-04 09:54), 1.0 (2005-02-25 18:33), 1.1.0 (2005-07-22 13:00), 1.1.1 (2006-04-04 10:51), 1.1.2 (2006-07-24 10:23), 1.1.3 (2007-04-11 10:18), 1.1.4 (2007-11-29 11:47), 1.2.2 (2008-07-18 09:37), 1.2.3 (2008-07-21 08:20), 1.2.4 (2008-10-30 19:39), 1.2.5 (2009-09-03 11:25), 1.2.6 (2009-11-02 08:46), 1.3.1 (2010-05-22 11:02), 1.3.2 (2010-08-30 11:48), 1.3.3 (2010-09-19 20:30), 1.3.4 (2010-10-28 10:26), 1.3.5 (2010-10-29 10:23), 1.3.6 (2010-11-03 08:33), 1.3.7 (2011-02-03 09:18), 1.5.0 (2011-09-27 12:35), 1.5.1 (2011-09-28 09:01), 1.5.2 (2011-11-03 07:50), 1.6.1 (2012-07-01 08:54), 1.6.3 (2013-01-18 06:43), 1.7.0 (2013-04-16 07:43), 2.0.1 (2013-07-12 07:21), 2.0.5 (2013-09-16 20:52), 2.1.0 (2013-12-07 00:55), 2.2.3 (2014-02-04 19:00), 3.0.0 (2014-05-17 19:47), 3.0.1 (2014-05-21 21:21), 3.1.1 (2014-10-10 23:56), 3.2.0 (2015-02-25 08:12), 3.3.0 (2015-09-23 02:46), 3.4.0 (2016-02-03 22:43), 3.5.0 (2016-03-06 17:48), 3.5.1 (2016-03-28 00:28), 3.6.0 (2016-07-05 23:42), 3.6.1 (2016-10-20 00:23), 3.6.2 (2018-09-27 09:30)
Other packages that cited R.matlab R package
View R.matlab citation profile
Other R packages that R.matlab depends, imports, suggests or enhances
Complete documentation for R.matlab
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA