App with Graphical User Interface in MATLAB using App Designer | Step by Step Coding

  Рет қаралды 16,330

ASR Learning Point

ASR Learning Point

Күн бұрын

Пікірлер: 17
@anwarzaheedshaoon3949
@anwarzaheedshaoon3949 2 жыл бұрын
খুবই শিক্ষনীয়। ভালো লাগলো দেখে। অনেক কিছু জানতে পারলাম।।
@zaryabizaryabi
@zaryabizaryabi 2 ай бұрын
hi, you use a function cla , but don't describe it here .could you plz explain it
@HectorRodriguez-sd3rl
@HectorRodriguez-sd3rl Жыл бұрын
hi bro, do you knok if there are a function, who can make a Save as button or something?
@ASRLearningPoint
@ASRLearningPoint Жыл бұрын
Hi Hector, I am glad that you want to learn more. You can add a "Drop Down" that will contain your save as options and a "Button" with a function with your necessary corresponding code. You can email me to asrlearningpoint[at]gmail[dot]com with details. Thanks for watching!
@michalcuj1702
@michalcuj1702 2 жыл бұрын
Hello, how to solve the problem that when you press "Convert" button without loading image first application crashes?
@ASRLearningPoint
@ASRLearningPoint 2 жыл бұрын
Inside the convert function write the following lines at the beginning. if(isempty(app.img)) return; end
@kasiawojtowicz906
@kasiawojtowicz906 2 жыл бұрын
Hello, I am making a program for university with a simple graphical interface. I would like a new normal Matlab window with the script open in it to open after pressing the "Edit data" button. Then I can change something, save the script and use another button to run it. I was looking for answers in the Internet, but I don't even know if it is possible. I will be grateful for your response!
@ASRLearningPoint
@ASRLearningPoint 2 жыл бұрын
Thanks for sharing your problem. Please email to asrlearningpoint@gmail.com with details so that I can help you properly.
@sahanaramesh6847
@sahanaramesh6847 2 жыл бұрын
Sir getting error while resetting (unrecognised method,property, or field ‘cla’ for class ‘mat lab.ui.control.UIAxes’.)
@ASRLearningPoint
@ASRLearningPoint 2 жыл бұрын
Please email me screenshot of your error after running the program. asrlearningpoint[at]gmail[dot]com
@engdhubow3929
@engdhubow3929 2 жыл бұрын
which language you using code bro
@ASRLearningPoint
@ASRLearningPoint 2 жыл бұрын
MATLAB
@shashankk6680
@shashankk6680 2 жыл бұрын
Bro tell me or text here,how to buil gui for low pass filter please
@ASRLearningPoint
@ASRLearningPoint 2 жыл бұрын
Inside the function of the button, you have to write the code for the low pass filter whereas I have written the code of rgb to grayscale.
@shashankk6680
@shashankk6680 2 жыл бұрын
@@ASRLearningPoint clc clear all close all a=imread('D:\tuts\d5.jpg'); b=size(a); if size(b,2)==3 a = rgb2gray(a); end a = imnoise(a,'salt & pepper'); n=input("Enter the size of mask"); n1=ceil(n/2); a=double(a); lpf=(1/n^2)*ones(n); hpf=-lpf; hpf(n1,n1)=(n^2-1)/n^2; c=0; h=0; for i=n1:b(1)-n1 for j=n1:b(2)-n1 p=1; for k=1:n for l=1:n c(p)=a(i-n1+k,j-n1+l); p=p+1; end end d(i,j)=median(c); c=0; end end e=uint8(d); figure;imshow(e);title('low pass image'); This is low pass code but how to put this code in gui
@shashankk6680
@shashankk6680 2 жыл бұрын
@@ASRLearningPoint please reply bro
@ASRLearningPoint
@ASRLearningPoint 2 жыл бұрын
Follow this tutorial and 1. create a "select" button and read an image like I did in this tutorial 2. Create another button "convert" or "filter" and put your rest of the code (except reading an image) inside the function of that button. I have shown how to do it in this tutorial. Understand the steps of the tutorial first, then it will be easier for you to create gui for any application. Best of luck.
Demo: Creating a MATLAB App
23:27
DoctorBear
Рет қаралды 484
Building MATLAB Apps with App Designer
28:31
MATLAB
Рет қаралды 98 М.
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
Brain Tumor Detection Using Matlab Gui
14:05
Lim Jia Hui
Рет қаралды 7 М.
How to Build a GUI in MATLAB using App Designer
10:26
MATLAB
Рет қаралды 191 М.
6 UI Hacks I Wish I Knew As A Beginner
11:11
Tim Gabe
Рет қаралды 806 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,5 МЛН
How to make advanced image recognition bots using python
15:01
Kian Brose
Рет қаралды 1,4 МЛН
How to make an app using MATLAB app designer  ( graphical user interface GUI )
10:25
High Voltage Engineering by MG Niasar
Рет қаралды 29 М.
Matlab GUI for edge detection (Step by step Guide)
10:14
Usman Sheikh
Рет қаралды 9 М.