/matlab-codegen-namespaces

The script adds namespace clauses in exported by matlab codegen .cpp and .h files

Primary LanguagePython

Matlab to C++ Namespace adder

Description

The program adds namespace clauses in .cpp and .h files.
Executing this program is needed for each exported Matlab function.

Usage
  • --namespace <name>        Pass name of namespace. Required.
  • --dir <path>                        Select folder with the exported function. If this argument is omitted, current directory is selected
Example

matcppnamespaces --namespace ltpn --dir ./ltp