set_matlab_path: Set 'Matlab' path

View source: R/set_matlab_path.R

set_matlab_pathR Documentation

Set Matlab path

Description

Use this function to set Matlab path

Usage

set_matlab_path(matlab_path = "matlab")

Arguments

matlab_path

Path to the Matlab executable. This overwrites set_octave_path() function.

Value

Character

See Also

Other important functions: DynareR-package, add_matlab_path(), add_path(), eng_dynare(), import_log(), include_IRF(), input_tex(), run_dynare(), run_models(), set_dynare_version(), set_octave_path(), write_dyn(), write_mod()

Examples

library(DynareR)
## Not run: 
set_matlab_path('C:/Program Files/MATLAB/R2024a/bin/matlab')

## End(Not run)

sagirumati/DynareR documentation built on Oct. 29, 2024, 2:06 a.m.