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