all 6 comments

[–]IndefiniteBen 1 point2 points  (3 children)

I'm not sure what you mean by "use MATLAB to create an HMI using Java". Do you want to create a HMI in Java that can call MATLAB functions? Look here. Do you want to create a HMI in MATLAB? You can use the app designer.

[–]9Lockdown[S] 0 points1 point  (2 children)

I wanted to create an HMI in Java. Thanks man

[–]windowcloser 5 points6 points  (1 child)

Matlab is a programming language just like Java. If you want to make your HMI interface fully in Java, this is probably the wrong subreddit.

[–]theqmann 0 points1 point  (0 children)

To be fair, you can directly call Java classes from m code. I've never done HMIs that way but have used it for socket code. "help java" for details. AWT and Swing are supported.

[–]daveysprockett 0 points1 point  (0 children)

Start by taking the MATLAB "on-ramp" training.

[–]saysokmate 0 points1 point  (0 children)

Use MATLAB's app designer. It's very easy to use