Matlab WPS
扩展,以提供功能和脚本作为流程。
依存关系
Matlab(已测试R2013b和R2015a)
用法
安装Matlab并确保它在您的$PATH 。 在运行Matlab的mashine上启动套接字服务器:
java -jar matlab-connector-server-2.0-SNAPSHOT-jar-with-dependencies.jar -b /path/to/the/script/file
为您的函数/脚本创建一个描述。
如果您具有这样的功能:
function result = add ( a , b )
result = a + b
您的配置可能如下所示:
---
title : add
function : add
abstract : adds two values
identifier : com.github.autermann
2021-09-22 18:12:56
56KB
Java
1