Matlab Graphical User Interface Using Guide Codes Include

MATLAB tutorial for making apps in MATLAB using the GUIDE and App Designer utilities (Codes Included)

Last updated 2022-01-10 | 4.4

- you will able to create apps with matlab graphical user interfaces using utility called guide and App designer
- you can turn your existing code into meaningful software.
- you can use all the graphical components necessary to make graphical user interfaces

What you'll learn

you will able to create apps with matlab graphical user interfaces using utility called guide and App designer
you can turn your existing code into meaningful software.
you can use all the graphical components necessary to make graphical user interfaces

* Requirements

* Although i will try to convey the concepts at the very basic level
* an understanding of the following will be beneficial.
* 1. General Matlab programming understanding of the concepts.
* 2. Students should have installed matlab on their computers
*

Description

Basic Course Description 

The First segment of the course is on creating apps in MATLAB using its graphical user interface utility called GUIDE. The GUIDE provides essential graphical components for converting your code into a meaningful software. The graphical components include radion buttons, tables, check boxes, sliders and many others. 

The main motivation for adding this segment is the observation that students and people put alot of effort in writing the code but little on its appearance. By completing this segment of creating apps in GUIDE, you will easily transform your code into a well understood piece of software that the users will find useful to interact with. The segment contains 2+ hours of recorded lectures. Every lecture contains a demonstration of the concepts and the codes are included with the course.  

The following is the outline of the course 

Segment 1: Basics of the GUIDE 

Segment 2: Linking the Code with GUI

Segment 3: Advance Techniques for GUIDE

Segment 4: Sample Projects with GUIDE

Segment 5: More Useful Tricks and Examples with GUIDE

At the end of this segment,  

  • You should be able to work with graphical user interface controls such as text boxes, buttons, check boxes and others to make GUI for your code.
  • You are a confident user of the MATLAB utility called GUIDE for making GUI for your programs.
  • You will be able to create your GUI's. If you have any problem I will help you.
  • You will get complete source codes of lectures.

_____________________________________________________________________

The Second segment of the course is on creating apps in MATLAB using its graphical user interface utility called App Designer. The App Designer is next generation tool for creating and designing apps in MATLAB. The App Designer contains many new design components that are absent in the conventional app designing tool called GUIDE. The essential beauty of App Designer is the integration of the two task of coding and designing in creating apps. It makes this possible with its new editor. This segment is designed so that a MATLAB programmer can easily transform his code to a beautiful User Interface and app. 

The following are the outlines of the segment

Segment 1: Basics of App Designer

Segment 2: Tips and Tricks for Effective use of App Designer

Segment 3: Coding GUI's

Segment 4: Advance Techniques

Segment 5: Sample Projects with App Designer

At the end of this segment,  

  • You should be able to work with graphical user interface controls such as text boxes, buttons, check boxes and others to make GUI for your code.
  • You are a confident user of the MATLAB utility called App Designer for making GUI for your programs.
  • You will be able to create your GUI's. If you have any problem I will help you.
  • You will get complete source codes of lectures.

_____________________________________________________________________

What am I going to get from this course?

At the end of the course you be a confident user of the MATLAB utility called GUIDE and App Designer for making GUI'S and apps for your programs.

You should be able to work with graphical user interface controls such as text boxes, buttons, check boxes and others to make GUI's and apps for your code.

_____________________________________________________________________

What is the target audience?

    Researchers, Entrepreneurs, Instructors and Teachers, College Students, Engineers, Programmers, Simulators

___________________________________________________________________________

Student Testimonials!

★★★★

This is the second Udemy class on Matlab I've taken. Already, a couple important concepts have been discussed that weren't discussed in the previous course. I'm glad the instructor is comparing Matlab to Excel, which is the tool I've been using and have been frustrated with. This course is a little more advanced than the previous course I took. As an engineer, I'm delighted it covers complex numbers, derivatives, and integrals. I'm also glad it covers the GUI creation. None of those topics were covered in the more basic introduction I first took.

Jeff Philips

★★★★★ 

Great information and not talking too much, basically he is very concise and so you cover a good amount of content quickly and without getting fed up!

Oamar Kanji

★★★★★

The course is amazing and covers so much. I love the updates. Course delivers more then advertised. Thank you!

Josh Nicassio

Student Testimonials! who are also instructors in the MATLAB category

★★★★★

"Concepts are explained very well, Keep it up Sir...!!!"

Engr Muhammad Absar Ul Haq instructor of course "Matlab keystone skills for Mathematics (Matrices & Arrays)"

___________________________________________________________________________

Your Benefits and Advantages:

  • You receive knowledge from a Ph.D. in Computer science with over 10 years of teaching and 15 years of programming experience and another decade of experience in using MATLAB
  • The instructor has 6 courses on udemy on MATLAB including a best seller course. 
  • The overall rating in these courses are (4.5/5)
  • This course include 
    • One complete portion on creating apps in MATLAB Guide. 
    • One complete portion on creating apps in MATLAB App Designer. 
  • If you do not find the course useful, you are covered with 30 day money back guarantee, full refund, no questions asked!
  • You have lifetime access to the course.
  • You have instant and free access to any updates i add to the course.
  • You have access to all Questions and discussions initiated by other students.
  • You will receive my support regarding any issues related to the course.
  • Check out the curriculum and Freely available lectures for a quick insight.

___________________________________________________________________________

It's time to take Action!

Click the "Take This Course" button at the top right now!

...Time is limited and Every second of every day is valuable...

I am excited to see you in the course!

Best Regrads,

Dr. Nouman Azam

___________________________________________________________________________


Who this course is for:

  • Researchers, Entrepreneurs, Instructors, College Students, Engineers, Programmers, Simulators who wants to quickly create front ends for their users to run their code and projects .

Course content

11 sections • 73 lectures

Accessing Guide and the Available controls Preview 07:22

Tell us about the course Preview 02:53

Properties of controls (Initial values and tags). Preview 08:07

Positioning and aligning controls Preview 07:26

Grid and lines Preview 06:32

Customizing tabbing behavior Preview 05:53

The created functions in the .m file Preview 05:22

The set and get functions Preview 06:54

Basics of the guide

What are the two basic functions that are used to pass and retrieve values from the GUI

Codes Preview 00:05

Please download the codes attached with this lectures as resources that we will use in the tutorials of this section

GUI for a simple product program Preview 07:13

Including tables in GUI Preview 08:51

Tables

How we can make the table entries editable

Working with the slider and including graphs Preview 05:52

Setting up a background image of a button Preview 03:14

Setting the menu Preview 07:04

Changing the backgrounds of a GUI (Codes given) Preview 06:10

Button group and radio buttons (Codes given) Preview 09:02

Button group

When should we use the button gropy

Using checkboxes Preview 07:18

Reading a file (text file) and displaying its contents (Codes Given) Preview 05:05

Explaining toggle buttons Preview 03:56

pop up menu and list boxes Preview 07:56

hObject and Handles Preview 03:20

hObject and Handles

what is hObject

Assignment 1 Preview 00:10

Codes Preview 00:05

Please download the codes attached with this lectures as resources that we will use in the tutorials of this section

Passing values between GUI's Preview 06:56

h = findobj('Tag','Gui1');

 if ~isempty(h)

    gui1_data = guidata(h);

    set(handles.edit1,'String',get(gui1_data.edit1,'String'));

  end

Passing values between two call back functions Preview 08:43

%code for the Val_1 call back

a = get(handles.Val_1, 'String');
a = str2num(a);

setappdata(0,'num_1',a);

%code for the Val_2 call back

b = get(handles.Val_2, 'String');
b = str2num(b);

setappdata(0,'num_2',b);

%push button code 

m = getappdata(0,'num_1');
n = getappdata(0,'num_2');

an = m+n;
an = num2str(an);
set(handles.ans,'String',an);

How to pass command line arguments to the GUI Preview 04:06

Useful resources and books Preview 00:05

Differences between GUIDE and App Designer Preview 02:02

Assignment 2 Preview 00:22

NEW: Solution to Assignment 2 Preview 07:48

Codes Preview 00:05

Please download the codes attached with this lectures as resources that we will use in the tutorials of this section

Sample project 1- Building a Calculator Preview 18:05

Sample Project 2: Image Processing (Part 1) Preview 11:01

Sample Project 2: Image Processing (Part 2) Preview 07:38

Codes Preview 00:05

Please download the codes attached with this lectures as resources that we will use in the tutorials of this section

A trick with the visibility option of text box Preview 05:27

Simple string manipulation and user notification Preview 04:38

Deleting elements from a List box one by one programatically Preview 08:11

Adding elements to a list box programatically Preview 04:02

Selection Determination and Counter Preview 06:00

User notifications during processing with a push button Preview 04:44

Interacting with GUI from Keyboard Preview 04:47

Popup Menu Choice Restriction Preview 06:55

The design view and code view Preview 07:26

Alignment and arragning options Preview 06:30

Spacing and resizing Preview 04:08

Grid lines Preview 02:57

Error messages for better coding Preview 04:42

Shortcuts for appdesigner Preview 08:10

Important notes before coding Preview 10:47

Simple addition program Preview 10:46

Slider and graphs Preview 09:12

Labels, text area and list boxes Preview 06:53

Drop down menu Preview 05:11

Radio buttons Preview 09:22

State button and spinner Preview 04:37

Switches and working with Textual files Preview 09:38

Working with Tables Preview 08:02

Lamps and tabs Preview 07:44

Gauges and Knobs Preview 09:52

Passing values between two call back functions Preview 04:53

Passing data between two GUI's Preview 06:14

Adding a custom built functions Preview 09:29

Including backgrounds image and calling mulitple guis from a script Preview 05:19

Package your app Preview 04:23

Sample Project 1: Building a calculator Preview 09:09

Sample Project 2: Image Processing Preview 14:50