TDMS
Time Domain Maxwell Solver
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
y
z
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
Variables
a
c
d
f
i
j
k
m
n
r
s
x
y
z
Files
File List
File Members
All
a
b
c
d
f
i
m
n
p
s
t
v
Functions
Variables
Typedefs
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Macros
Pages
Loading...
Searching...
No Matches
mat_io.h
Go to the documentation of this file.
1
/**
2
* @file mat_io.h
3
* @brief Includes MATLAB headers for I/O.
4
*/
5
#pragma once
6
7
#include <mat.h>
8
#include <matrix.h>
9
#include <mex.h>
10
// https://stackoverflow.com/questions/27069676/how-to-dynamically-create-an-array-of-mxarray-in-a-matlab-mex-file
11
12
#ifdef CLUSTER
13
typedef
int
mwSize;
14
#endif
tdms
include
mat_io.h
Generated by
1.9.8