Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Non-Matlab GUI development/integration?

1 Ansicht (letzte 30 Tage)
DeeWBee
DeeWBee am 20 Jul. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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.

Antworten (1)

Walter Roberson
Walter Roberson am 20 Jul. 2015
  1 Kommentar
Ned Twigg
Ned Twigg am 20 Okt. 2015
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.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by