Skip to content

Command Line Options

Sameer Jagdale edited this page Apr 20, 2015 · 1 revision

Mc2For supports command line options in addition to the ones supported by McLabCore. Similar to McLabCore, the jar file can be executed in the following manner.

java -jar Mc2For.jar <options> <files>
  • --codegen Transform MATLAB to Fortran with run-time ABC code
  • --nocheck Transform MATLAB to Fortran without run-time array bounds checking code

Note that input arguments are required to be passed using the --args options from McLabCore.

Clone this wiki locally