Package: matlab2r 1.5.0.9000

Waldir Leoncio

matlab2r: Translation Layer from MATLAB to R

Allows users familiar with MATLAB to use MATLAB-named functions in R. Several basic MATLAB functions are written in this package to mimic the behavior of their original counterparts, with more to come as this package grows.

Authors:Waldir Leoncio [aut, cre]

matlab2r_1.5.0.9000.tar.gz
matlab2r_1.5.0.9000.zip(r-4.5)matlab2r_1.5.0.9000.zip(r-4.4)matlab2r_1.5.0.9000.zip(r-4.3)
matlab2r_1.5.0.9000.tgz(r-4.4-any)matlab2r_1.5.0.9000.tgz(r-4.3-any)
matlab2r_1.5.0.9000.tar.gz(r-4.5-noble)matlab2r_1.5.0.9000.tar.gz(r-4.4-noble)
matlab2r_1.5.0.9000.tgz(r-4.4-emscripten)matlab2r_1.5.0.9000.tgz(r-4.3-emscripten)
matlab2r.pdf |matlab2r.html
matlab2r/json (API)
NEWS

# Install 'matlab2r' in R:
install.packages('matlab2r', repos = c('https://ocbe-uio.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ocbe-uio/matlab2r/issues

On CRAN:

matlab

38 exports 2 stars 3.48 score 15 dependencies 1 dependents 308 downloads

Last updated 1 years agofrom:e5066bcae9. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 05 2024
R-4.5-winOKOct 05 2024
R-4.5-linuxOKOct 05 2024
R-4.4-winOKOct 05 2024
R-4.4-macOKOct 05 2024
R-4.3-winOKOct 05 2024
R-4.3-macOKOct 05 2024

Exports:assertblankscellcharcolondispfindfixgammalninputdlgisemptyisfieldismemberismembertolisspacelinspacelog2matlab2rmaxminnarginnum2stronesquestdlgrandremrepmatreshapesetdiffsizesortrowssqueezestrcmpsum_MATLABtimesuigetfileuiputfilezeros

Dependencies:clidigestgluelifecyclemagrittrpurrrR.cacheR.methodsS3R.ooR.utilsrlangrprojrootstylervctrswithr

Readme and manuals

Help Manual

Help pageTopics
Prints welcome message on package load.onAttach
Assert if condition is trueassert
Blanksblanks
Cell arraycell
Convert an array to a character arraychar char,array-method char,character-method
Vector creationcolon
Display the value of a variabledisp
Find indices and values of nonzero elementsfind
Round toward zerofix
Logarithm of gamma functiongammaln
Gather user inputinputdlg
Is Array Empty?isempty
Checks if a list contains a fieldisfield
Check if an input is a valid pathisFilePath
Array elements that are members of set arrayismember ismember,data.frame,data.frame-method
Tolerant alternative to ismemberismembertol
Determine space charactersisspace
Generate linearly-spaced vectorlinspace
Base 2 logarithmlog2
Convert Matlab function to Rmatlab2r
Maximum (MATLAB version)max
Minimum (MATLAB version)min
Number of function input argumentsnargin
Numeric to stringnum2str num2str,array,character-method num2str,array,missing-method num2str,array,numeric-method num2str,numeric,character-method num2str,numeric,missing-method num2str,numeric,numeric-method
Matrix of onesones
Prompt for multiple-choicequestdlg
Generate matrix with U(0, 1) trialsrand
Remainder after division½rem
Repeat matrixrepmat
Reshape arrayreshape
Set differences of two arrayssetdiff
Size of an objectsize
Sort rows of matrix or tablesortrows
Squeezesqueeze
Compare two character elementsstrcmp
Sum of array elementssum_MATLAB sum_MATLAB,array,character-method sum_MATLAB,array,missing-method sum_MATLAB,array,numeric-method
Element-wise matrix multiplicationtimes
Select a file for loadinguigetfile
Save fileuiputfile
Matrix of zeroszeros
Matrix of zeros or oneszeros_or_ones