Mô tả

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

___________________________________________________________________________


Bạn sẽ học được gì

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

Yêu cầu

  • 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

Nội dung khoá học

11 sections

Segment 1.0: Introductory Notes and Remarks on using GUIDE

1 lectures
Introduction to course and instrutor
03:56

Segment 1.1: Basics of the Guide

9 lectures
Accessing Guide and the Available controls
07:22
Tell us about the course
02:53
Properties of controls (Initial values and tags).
08:07
Positioning and aligning controls
07:26
Grid and lines
06:32
Customizing tabbing behavior
05:53
The created functions in the .m file
05:22
The set and get functions
06:54
Basics of the guide
4 questions

Segment 1.2: Linking the code with the GUI

17 lectures
Codes
00:05
GUI for a simple product program
07:13
Including tables in GUI
08:51
Tables
1 question
Working with the slider and including graphs
05:52
Setting up a background image of a button
03:14
Setting the menu
07:04
Changing the backgrounds of a GUI (Codes given)
06:10
Button group and radio buttons (Codes given)
09:02
Button group
2 questions
Using checkboxes
07:18
Reading a file (text file) and displaying its contents (Codes Given)
05:05
Explaining toggle buttons
03:56
pop up menu and list boxes
07:56
hObject and Handles
03:20
hObject and Handles
2 questions
Assignment 1
00:10

Segment 1.3: Advance techniques for GUIDE

8 lectures
Codes
00:05
Passing values between GUI's
06:56
Passing values between two call back functions
08:43
How to pass command line arguments to the GUI
04:06
Useful resources and books
00:05
Differences between GUIDE and App Designer
02:02
Assignment 2
00:22
NEW: Solution to Assignment 2
07:48

Segment 1.4: Sample projects with GUIDE

4 lectures
Codes
00:05
Sample project 1- Building a Calculator
18:05
Sample Project 2: Image Processing (Part 1)
11:01
Sample Project 2: Image Processing (Part 2)
07:38

Segment 1.5: More Useful Tricks and Examples with GUIDE

9 lectures
Codes
00:05
A trick with the visibility option of text box
05:27
Simple string manipulation and user notification
04:38
Deleting elements from a List box one by one programatically
08:11
Adding elements to a list box programatically
04:02
Selection Determination and Counter
06:00
User notifications during processing with a push button
04:44
Interacting with GUI from Keyboard
04:47
Popup Menu Choice Restriction
06:55

Section 2.0: Basics of App Designer

6 lectures
The design view and code view
07:26
Alignment and arragning options
06:30
Spacing and resizing
04:08
Grid lines
02:57
Error messages for better coding
04:42
Shortcuts for appdesigner
08:10

Segment 2.1: Coding GUI's with App Designer

11 lectures
Important notes before coding
10:47
Simple addition program
10:46
Slider and graphs
09:12
Labels, text area and list boxes
06:53
Drop down menu
05:11
Radio buttons
09:22
State button and spinner
04:37
Switches and working with Textual files
09:38
Working with Tables
08:02
Lamps and tabs
07:44
Gauges and Knobs
09:52

Segment 2.2: Advance techniques for App Designer

5 lectures
Passing values between two call back functions
04:53
Passing data between two GUI's
06:14
Adding a custom built functions
09:29
Including backgrounds image and calling mulitple guis from a script
05:19
Package your app
04:23

Segment 2.3: Sample projects with App Designer

2 lectures
Sample Project 1: Building a calculator
09:09
Sample Project 2: Image Processing
14:50

Discounted coupons for MY other MATLAB courses

1 lectures
Discounted coupons for MY other MATLAB courses
00:01

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.