asp.net能否将autocad和mathcad或matlab系统结合起来?
autocad 需要使用 mathcad 或 matlab 中的值吗?我可以使用asp.net吗?
Needs that autocad uses value from mathcad or matlab? Could I use for it asp.net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Matlab 允许在用 C#、Java 等编写的不同项目中使用其 API。
您需要创建 Matlab 项目并将其转换为 .NET 库。您将能够在 ASP.NET 项目中使用 Matlab API 作为 .NET 库。
但我记得无论如何你都需要安装 Matlab。
MathCad 不允许与其他框架通信。
Matlab allows to use its API in different projects written with C#, Java etc.
You need to create Matlab project and convert it to .NET library. Than you will be able to use Matlab API as .NET library in ASP.NET projects.
But as I remember you required Matlab to be installed anyway.
MathCad does not allow to communicate with other frameworks.