TDMS
Time Domain Maxwell Solver
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.15.0