Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Non-Matlab GUI development/integration?

조회 수: 1 (최근 30일)
DeeWBee
DeeWBee 2015년 7월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello! I've been developing a prototype application in Matlab. Up until now, I've been more than pleased with Guide-based GUI development. However, I now want to make the application look "sleeker" (for a lack of better words). I know that beautiful GUI's can be created for web-apps and in Java. Is there a simple, easy to understand, tutorial that someone could direct me to on how to create a web-app and how to integrate that web-app with Matlab functions? Thanks in advance.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 7월 20일
  댓글 수: 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.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by