Structural deformable models
Main Page
Namespaces
Classes
Files
File List
File Members
src
Functions
matlab.h File Reference
#include <string>
Include dependency graph for matlab.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions
int
matlabCall
(const std::string &cmd)
Function Documentation
int matlabCall
(
const std::string &
cmd
)
Definition at line
7
of file
matlab.cpp
.
8
{
9
return
system((
matlabprog
+cmd+
", exit"
).c_str());
10
}
matlabprog
static string matlabprog
Definition:
matlab.cpp:5
Generated by
1.8.11