Fortran调用Matlab,使用了如下命令:

res=systemqq('matlab -r test')

这里test是一个m文件,负责画图的,现在请教如何在Fortran中用程序命令关闭Matlab呢?