Info

This question is closed. Reopen it to edit or answer.

Non-Matlab GUI development/integration?

1 view (last 30 days)
DeeWBee
DeeWBee on 20 Jul 2015
Closed: MATLAB Answer Bot on 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.

Answers (1)

Walter Roberson
Walter Roberson on 20 Jul 2015
  1 Comment
Ned Twigg
Ned Twigg on 20 Oct 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!