MATLAB 或 Matlab 工具在网站开发中的用途是什么?

发布于 2024-10-15 04:02:03 字数 89 浏览 4 评论 0 原文

我可以使用 MATLAB 进行网站开发吗? 我想将图像处理嵌入到 C#.net Web 应用程序中。 如果有其他工具用于网站开发。

谢谢 阿布舍克

Can I use MATLAB for website development?
I want to embed image processing into C#.net web application.
If any other tool used for website development.

Thanks
Abhishek

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

尸血腥色 2024-10-22 04:02:03

一种方法是创建可由 Web 服务器调用的 CGI 文件。请查看此处此处

编辑:

我更多地考虑了这一点,我认为您也可以通过 python 将 matlab 用于 Web 应用程序。具体来说,mlabwrap 将为 matlab 提供非常好的界面。 mlabwrap非常好,我个人用它从python访问matlab。因此,您可以使用 python 的 pylons 或 django 构建 Web 应用程序,并通过 mlabwrap 访问 matlab。

One way would be to create CGI files that could be called by a web server. Have a look here and here.

EDIT:

I was thinking about this more and I think that you could also use matlab for web applications through python. Specifically, mlabwrap would give very nice interface to matlab. mlabwrap is very good, i personally use it to access matlab from python. Thus you could build web app using python's pylons or django and access matlab through mlabwrap.

—━☆沉默づ 2024-10-22 04:02:03

您可以看看 Matlab Builder NE,这是一款 Mathworks 产品,用于创建 .Net 组件,可能非常适合与您的 .Net Web 应用程序集成:

http://www.mathworks.com/products/netbuilder/

没有这方面的个人经验,但这听起来完全适合您的需求。

You could have a look at Matlab Builder NE, a Mathworks product for creating .Net components that might be perfect to integrate with your .Net web app:

http://www.mathworks.com/products/netbuilder/

No personal experience with this, but it sounds like something that would suit your needs perfectly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文