My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
matlab_producer.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include <string.h>
#include "matlab_producer.h"
#include "matrix.h"
#include "matvec.h"
#include "constants.h"
Include dependency graph for matlab_producer.cpp:

Go to the source code of this file.

Functions

void matlab_producer (void)
 

Variables

FILE * matlab_out = NULL
 
int matlab_symbols = 1
 
int nr_bigendian = 0
 

Function Documentation

void matlab_producer ( void  )

Definition at line 170 of file matlab_producer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FILE* matlab_out = NULL

Definition at line 41 of file matlab_producer.cpp.

int matlab_symbols = 1

Definition at line 42 of file matlab_producer.cpp.

int nr_bigendian = 0

Definition at line 43 of file matlab_producer.cpp.