GUI App in MATLAB | Easiest, Quick and Basic Tutorial

Опубликовано: 02 Апрель 2022
на канале: Programming Epitome
645
14

GUI Application in MATLAB | Image processing and Gray Scaling
Graphical user Interface using MATLAB, Buttons, images, axes and panels. Toggle button and push button.
Image processing GUI application in MATLAB
Colored image to gray scale image. Finding number of channels in an image. Finding if an image is RGB or gray scale.

Sections:
0:00 Intro
0:36 Creating GUI Project
2:28 Property window
3:52 Panel
4:32 Push button
8:25 Toggle button
10:10 Axes
12:10 Code behind buttons (call back function)
15:17 Finding number of channels in an image
17:40 Turning toggle button on/off through code from another button
19:20 Display image on axes tool of MATLAB
23:38 Performing gray scale image processing operation in MATLAB
25:35 Testing our App