BFAIR.mfa.INCA.INCA_script.run_INCA_in_MATLAB¶
-
INCA_script.run_INCA_in_MATLAB(INCA_base_directory, script_folder, matlab_script, runner_script)[source]¶ Executes the script in MATLAB using INCA Prints time and produces .mat file
- Parameters
- INCA_base_directorypath
the path to the base folder of your INCA installation
- script_folderpath
the path to the location of the file you’re working on
- matlab_scriptstring
name of the .m file (without suffix)
- runner_scriptstring
- name of the runner file (usually matlab_script name +
‘_runner’)