Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Non-Matlab GUI development/integration?

1 visualizzazione (ultimi 30 giorni)
DeeWBee
DeeWBee il 20 Lug 2015
Chiuso: MATLAB Answer Bot il 20 Ago 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.

Risposte (1)

Walter Roberson
Walter Roberson il 20 Lug 2015
  1 Commento
Ned Twigg
Ned Twigg il 20 Ott 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.

Community Treasure Hunt

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

Start Hunting!

Translated by