天软金融分析.NET函数大全 > TSL函数 > 第三方交互函数 > MatLab支持函数 > MATLAB编译的DLL支持函数 > MATLAB引擎支持函数

MEVal    

简述
执行MatLab的字符串。
定义
MEval(EvalString:String):Integer;
参数
名称类型说明
EvalStringString执行的串,例如”a=b+1”。
返回Integer
返回引擎返回的值。
    相关