Integrating matlab and java

14 次查看(过去 30 天)
anjali raut
anjali raut 2012-5-18
评论: Ned Twigg 2015-10-20
sir, i am working on data mining project in java . for analysis purpose i want to call matlab functions of fuzzy toolbox in my java program.please tell me how to do that. Thanks

回答(1 个)

Daniel Shub
Daniel Shub 2012-5-18
My guess is everything you need is contained in Yair's book. You could also check out his blog. These posts are two that seem relevant
  1 个评论
Ned Twigg
Ned Twigg 2015-10-20
matlabcontrol is fantastic, but it hasn't been updated in a couple years.
I've created a binary-compatible fork on GitHub which is actively maintained called MatConsoleCtl.
Relative to matlabcontrol, it contains these changes
  • available on Maven Central as com.diffplug.matsim:matconsolectl
  • a way to connect to an existing MATLAB session by copy-pasting a string of text to the MATLAB console
  • more descriptive error messages in exceptions
  • compatibility with OSGi classloaders
  • fixed all compiler warnings
  • fixed several tricky bugs which were found by FindBugs
I'm happy to accept any GitHub Issues or Pull-Requests, and I'll be keeping it up-to-date and tested.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by