Structural deformable models
matlab.h
Go to the documentation of this file.
1 #ifndef _MATLAB_H_
2 #define _MATLAB_H_
3 #include <string>
4 
5 int matlabCall(const std::string& cmd);
6 
7 #endif
int matlabCall(const std::string &cmd)
Definition: matlab.cpp:7