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