Package: matlabr 1.6.0
matlabr: An Interface for MATLAB using System Calls
Provides users to call MATLAB from using the "system" command. Allows users to submit lines of code or MATLAB m files. This is in comparison to 'R.matlab', which creates a MATLAB server.
Authors:
matlabr_1.6.0.tar.gz
matlabr_1.6.0.zip(r-4.7)matlabr_1.6.0.zip(r-4.6)matlabr_1.6.0.zip(r-4.5)
matlabr_1.6.0.tgz(r-4.6-any)matlabr_1.6.0.tgz(r-4.5-any)
matlabr_1.6.0.tar.gz(r-4.7-any)matlabr_1.6.0.tar.gz(r-4.6-any)
matlabr_1.6.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
matlabr/json (API)
NEWS
| # Install 'matlabr' in R: |
| install.packages('matlabr', repos = c('https://muschellij2.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/muschellij2/matlabr/issues
Last updated from:319bb76a8a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 204 | ||
| linux-release-x86_64 | OK | 108 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 112 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 88 | ||
| windows-oldrel | OK | 57 | ||
| wasm-release | OK | 96 |
Exports:add_gen_pathadd_pathgen_pathget_matlabhave_matlabrmat_to_matlab_matrun_matlab_coderun_matlab_scriptrvec_to_matlabrvec_to_matlabcellrvec_to_matlabclist
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create PATHs to add to MATLAB PATHs | add_gen_path add_path gen_path |
| Find matlab path | get_matlab |
| Logical check if MATLAB is accessible | have_matlab |
| Convert R matrix to matlab matrix | rmat_to_matlab_mat |
| Runs matlab code | run_matlab_code |
| Run matlab script | run_matlab_script |
| Convert R vector to matlab cell mat | rvec_to_matlab |
| Convert R vector to matlab cell | rvec_to_matlabcell |
| Convert R vector to matlab cell mat | rvec_to_matlabclist |
