CRAN
matlab 1.0.2
MATLAB emulation package
Released Jun 24, 2014 by P. Roebuck
This package can be loaded by Renjin but 2 out 78 tests failed.
Emulate MATLAB code using R
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>matlab</artifactId> <version>1.0.2-b490</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:matlab')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- ceil
- ceil-examples
- cell
- cell-examples
- colorbar-examples
- eye
- eye-examples
- factors
- factors-examples
- fileparts
- fileparts-examples
- find
- find-examples
- fix
- fix-examples
- fliplr
- fliplr-examples
- flipud
- fullfile
- fullfile-examples
- hilb
- hilb-examples
- imagesc-examples
- isempty
- isempty-examples
- isprime
- isprime-examples
- jet.colors
- jet.colors-examples
- linspace
- linspace-examples
- logspace
- logspace-examples
- magic
- magic-examples
- meshgrid
- meshgrid-examples
- mkconstarray
- mod
- mod-examples
- multiline.plot.colors-examples
- ndims
- ndims-examples
- nextpow2
- nextpow2-examples
- numel
- numel-examples
- ones
- ones-examples
- padarray
- padarray-examples
- pascal
- pascal-examples
- pow2
- pow2-examples
- primes
- primes-examples
- rem
- repmat
- repmat-examples
- reshape
- reshape-examples
- rosser-examples
- rot90
- rot90-examples
- size
- size-examples
- std
- std-examples
- strcmp
- strcmp-examples
- sum
- sum-examples
- tictoc
- tictoc-examples
- vander
- vander-examples
- zeros