MathLabTool 数学仿真、图形化工具,新增 NLP 交互接口,231120

来源: 投稿
2023-11-20 14:07:00

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;
});

展开阅读全文
点击引领话题📣 发布并加入讨论🔥
0 评论
1 收藏
分享
返回顶部
顶部