set_matlab_path {DynareR}R 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)

[Package DynareR version 0.1.5 Index]