Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8551433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:11:41+00:00 2026-06-11T14:11:41+00:00

How can I create a GUI in Matlab? I know about GUIDE, but I

  • 0

How can I create a GUI in Matlab?

I know about GUIDE, but I am not satisfied with the amount of customization that it provides.
What other options I have ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T14:11:42+00:00Added an answer on June 11, 2026 at 2:11 pm

    I am a big proponent of using the Matlab-Java interface for GUI’s in Matlab. It’s a little more cumbersome, but definitely worth the trouble if it’s a reasonably featured GUI. It’s just like programming in Java, but using the m-script interface. To create a Java GUI you’ll need to use the Matlab built-in function javaObjectEDT and pass it the class from which you want an instantiation.

    frame = javaObjectEDT('javax.swing.JFrame');
    

    The javaObjectEDT call is recommended by the Mathworks to ensure garbage collection, etc.
    When you set a callback to a Matlab function handle, you’ll need to follow:

    hjObj = handle(jObj, 'CallbackProperties');
    set(hjObj,'MouseClickedCallback',{@treeClicked,fig},'ToolTipText','Tip: use Alt-Click to edit plotting functions');
    

    Which is explained here.

    There are a lot of details, but down at the core it’s m-script based Java that integrates really well with Matlab.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can create a contact that is not mail enabled, but how do I
How can I create tabs in matlab gui? I did something like this a
For Android GUI: I would like to create a window that I can pull
I know that you can create a Windows Forms application and set it to
I'm using GUIDE to create GUI in Matlab. When user hits Start button in
I want to creat a GUI using the GUIDE tool in MATLAB. Anyone know
I can create database manually by going to cpanel. But I'd like to create
One can create an anonymous object that is initialized through constructor parameters, such as
I have a GUI application which can create many similar windows on desktop. All
I would like to know if there is a way to create GUI program,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.