MathLabTool 是一款数学仿真、图形化工具,可为数学相关的实验、仿真、图形化等各类需求,提供便捷工具。 可以为数据绘制各类 2D、3D 图形,视频、图像处理,显示实时串口数据图形,封装各类算法。
https://www.oschina.net/p/mathlabtool
更新功能列表(231120):
- 增加 NLP 交互接口。
mlt_AI_NLP_chat(function (msg, file_dir){
mlt_page_console_log('get_msg:', msg, file_dir, '\n');
var ret_msg = 'ret_' + msg;
mlt_page_console_log('ret_msg:', ret_msg, '\n');
return ret_msg;
});