0

我想知道是否有人通过使用Babel设法将 Matlab 与其他平台集成。

  • 注意:我提出了三个与我关心的其他语言类似的不同问题。
  • 注意2:我在把这个问题放在这里之前做了搜索。问题是,太多的项目和页面使用了 Babel。
4

1 回答 1

1

I've no experience using Babel and not heard of it being used with Matlab before. However, Matlab tends to handle interoperability with other languages by means of its own toolboxes. In particular, if you're interested in interop between Matlab and any one of C, C++, C#, or Java, there exist mature and well-tested toolboxes for the job:

Matlab Compiler for working with C/C++ interop

Matlab Builder NE for working with .NET interop

Matlab Builder JA for working with Java interop

Matlab Builder EX for working with Excel interop

If you need to handle more languages, a message-passing library like RabbitMQ might be a better bet.

于 2012-04-10T17:01:40.950 回答