MatLab7.6 : Graphical User Interface Questions

  • Thread starter Thread starter BrIDo
  • Start date Start date
  • Tags Tags
    Interface
Click For Summary
SUMMARY

The discussion centers on creating a graphical user interface (GUI) in Matlab 7.6 for an existing program. The user seeks to understand the capabilities of Matlab's GUI programming, specifically regarding dynamic changes to the interface, such as creating and destroying objects during runtime. The goal is to implement a dropdown menu that modifies available text boxes and choices based on user selection without executing a new script. Utilizing the Matlab help documentation for GUI examples is recommended for guidance.

PREREQUISITES
  • Familiarity with Matlab 7.6 syntax and functions
  • Understanding of GUI components in Matlab, such as dropdown menus and text boxes
  • Basic programming concepts related to event-driven programming
  • Knowledge of Matlab's callback functions for interactive elements
NEXT STEPS
  • Explore Matlab's GUIDE tool for designing GUIs visually
  • Learn about dynamic object creation and destruction in Matlab GUIs
  • Research how to implement callback functions for dropdown menus in Matlab
  • Review examples of event-driven programming in Matlab to enhance interactivity
USEFUL FOR

Beginner Matlab users, software developers creating interactive applications, and anyone interested in enhancing user experience through dynamic GUIs in Matlab.

BrIDo
Messages
4
Reaction score
0

Homework Statement



I've been assigned the task of creating a graphical user interface in Matlab 7.6, for a program already written. I haven't coded in Matlab before and I'm completely new to the program and interface.

My question is not so much specific, but more about what can be achieved.

Is it possible by means of programming to have a user interface change? Is it possible to create/destroy objects mid program?

Ideally what I am trying to is something along the lines of a drop down menu, which depending on the selection, changes the text boxes/choices the user can make, without having to run another script.

Any advice and help, much appreciated.
 
Physics news on Phys.org
You should follow the examples of creating GUIs in Matlab help.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
3K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 1 ·
Replies
1
Views
8K