LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
getJMTJarPath.m
1function out = getJMTJarPath(self)
2% OUT = GETJMTJARPATH()
3
4out = self.jmtPath;
5end