Classes | |
class | MatlabWrapper |
Functions | |
def | generate_content (cc_content, path, verbose=False) |
Code to use the parsed results and convert it to a format that Matlab's MEX compiler can use.
def gtwrap.matlab_wrapper.generate_content | ( | cc_content, | |
path, | |||
verbose = False |
|||
) |
Generate files and folders from matlab wrapper content. Args: cc_content: The content to generate formatted as (file_name, file_content) or (folder_name, [(file_name, file_content)]) path: The path to the files parent folder within the main folder
Definition at line 1883 of file matlab_wrapper.py.