Тёмный
No video :(

How to Build a GUI in MATLAB using App Designer 

MATLAB
Подписаться 522 тыс.
Просмотров 190 тыс.
50% 1

Learn how to build a graphical user interface (GUI) using App Designer in MATLAB.
App Designer integrates the two primary tasks of app building - laying out the visual components of a graphical user interface (GUI) and programming app behavior. It is the recommended environment for building apps in MATLAB.
MATLAB App Designer: bit.ly/3veG1U9...
MATLAB App Designer Component Gallery: bit.ly/3rRVHKR...
Comparing GUIDE and App Designer: bit.ly/3OuD5KN...
GUIDE to App Designer Migration Tool: bit.ly/3ODgc7I...
Tutorial - Creating a Simple App using App Designer: bit.ly/3vInHSn...
Ways to Share Apps: bit.ly/3KdUQur...
--------------------------------------------------------------------------------------------------------
Get a free product trial: goo.gl/ZHFb5u
Learn more about MATLAB: goo.gl/8QV7ZZ
Learn more about Simulink: goo.gl/nqnbLe
See what's new in MATLAB and Simulink: goo.gl/pgGtod
© 2022 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc.
See www.mathworks.com/trademarks for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@user-rf4vc7mt4d
@user-rf4vc7mt4d 2 года назад
I'm a Matlab TA and the professor decided to start covering the app designer this year. Now I gotta be able to teach this in the morning lol
@paperclips1306
@paperclips1306 6 месяцев назад
😂😂😂
@adibyusof3036
@adibyusof3036 3 года назад
probably the best App Designer quick start video I saw on youtube. Kudos!
@doganyusan7067
@doganyusan7067 2 года назад
You re so clever. Did you ever thinking ? He is engineer of MATLAB. LOL LMAO !!!!!!!!!!!!!
@justwatchin1311
@justwatchin1311 2 года назад
@@doganyusan7067 you need to learn some grammar
@10bokaj
@10bokaj 3 года назад
WHAT??? a tutorial by a company that is made to teach something? and is not just a bad ad!??!
@kirar2004
@kirar2004 2 года назад
Thanks for this simple and clear explanation! Very helpful to start with app designer
@uristmcary
@uristmcary 3 года назад
6:48 "by the time you know better than the program these restraints won't matter..." hahaha metal!
@user-xg2bp5kq9t
@user-xg2bp5kq9t 9 месяцев назад
This video is so clear and useful!
@user-xg2bp5kq9t
@user-xg2bp5kq9t 9 месяцев назад
Although the link doesn't work anymore. Thanks for the lesson!
@ranshahamran
@ranshahamran 2 года назад
This should double as a tutorial video on how to make tutorial videos.
@famster92
@famster92 7 месяцев назад
Yes, I thought the same
@carlhopkins5464
@carlhopkins5464 2 года назад
Excellent video, very well done and with starting and stopping one can follow the important concepts. This is a great introduction to appdesigner.
@_ifly
@_ifly Год назад
the link in this video is not working does anyone have a similar data link.
@haswanthkrishnagolla4801
@haswanthkrishnagolla4801 2 года назад
I didn't understand sir that from where you got that data link
@Jesis88
@Jesis88 3 года назад
I need to implement this smoothdata function (with Gaussian method) in C. Is there an open source Matlab code describing how the Gaussian smoothdata works? Thanks.
@hnguyen5670
@hnguyen5670 3 года назад
Thanks for a great tutorial. I liked and subscribed to your channel.
@williamballance9028
@williamballance9028 Год назад
Very helpful, thanks
@marcoperrotta9619
@marcoperrotta9619 2 месяца назад
Is it just my phone or the resolution is very low?
@nguyenminhnhut3108
@nguyenminhnhut3108 Год назад
thank for your sharing
@simaim8447
@simaim8447 2 года назад
So helpful, thank you so much.
@lbochtler
@lbochtler 3 года назад
Faster then Octave for making a GUI, but considerably more expensive
@dmarabell
@dmarabell 3 года назад
Check out the home license, very affordable
@seyyedhosseinahmadi
@seyyedhosseinahmadi 8 месяцев назад
Hi i like your videos very much i have a question I want to write a program that imitates some of my work with a laptop. For example, I give Excel files to MATLAB and then open an application from MATLAB and then click and get results from MATLAB. I want that program to imitate these actions and give me the results because these actions are It takes hours and it's boring, and I want that algorithm and program to do it every two hours and just send me the result. Is there a program that can do this?
@kateystevenson7912
@kateystevenson7912 3 года назад
Great video!
@Sina.Davari
@Sina.Davari 2 года назад
Excellent 👍👏
@knchlhnn4176
@knchlhnn4176 2 года назад
Hi, our teacher asked us to create a virtual tool that can perform LOAD TESTS using GUI on Matlab. Any idea how to make it? I desperately need some help :(((
@edidibuja6998
@edidibuja6998 10 месяцев назад
Hello, How I can do a software program that it can draw points and lines?
@norA-vu8lp
@norA-vu8lp 3 года назад
may i ask how did you manage to change the ticks on the graphs? because when i tried changing it, the numbers doesn't appear on the graph. please help
@username42
@username42 3 года назад
wow thats good to know
@beniamin109
@beniamin109 2 года назад
Thank you
@hijo_del_gringo
@hijo_del_gringo 2 года назад
There is not a smooth function but smoothdata function and it needs different input parameters. Also the prefix for the objects is not longer app but comp.
@dogukandogru4070
@dogukandogru4070 2 года назад
Very Thank
@lsnlst1725
@lsnlst1725 3 года назад
is there any book to get higher programming skills in matlab ?
@fburton8
@fburton8 3 года назад
"... you'll already know how to get around these constraints." Hmm, now I'm curious! I'd love to know how to change the order of callback codes from creation order to logical order. I'm wondering if I can actually do that with "the right knowledge".
@MarioMalic
@MarioMalic 3 года назад
Actually, you can drag and drop callbacks in Code Browser panel to reorder them, but this is not what he meant that the constraints are.
@fburton8
@fburton8 3 года назад
@@MarioMalic I'm sure you are right about that. I just thought it was an intriguing comment to include in such a talk. Anyway, thank you for the tip!
@MarioMalic
@MarioMalic 3 года назад
@@fburton8 Just to elaborate on the constraint. App Designer is a successor to GUIDE (which I haven't used). GUIDE was probably replaced because it wasn't user-friendly enough for beginners, but it was capable of doing whatever you wanted (probably). In App Designer they reversed these roles, while still having ability to achieve quite a lot of things.
@fburton8
@fburton8 3 года назад
@@MarioMalic Totally get what you are saying. As someone who has done most GUI development in Delphi (both user-friendly and powerful), I always found GUIDE a bit of a pain to use. The move to App Designer is therefore very welcome.
@achmatrosid1841
@achmatrosid1841 2 года назад
izin simpan track dulu, nanti biar mudah lanjut lagi. 3:20
@markmendlovitz9033
@markmendlovitz9033 3 года назад
His commentary is way too quick for the beginner. He needs to slow down. He's also not explaining why he's using private rather than public access.
@MrValeDale
@MrValeDale 3 года назад
Nice tutorial! Thanks for uploading! I don't want to sound ungrateful but the video quality makes it a little bit less enjoyable.
@halilmertkaya1842
@halilmertkaya1842 2 года назад
Still matlab gui is best 😂
@peterzelchenko
@peterzelchenko 3 года назад
Don't be fooled. This is a heavilly rehearsed and heavily propped demo. It's also been edited. It will take even experienced programmers a much longer time first to actually get results vaguely similar to this presentation, and thence to actually be able to independently code a simple app of one's own design. MATLAB is an improvement on some environments, but it still carries a hefty learning curve. Misleading videos spark confidence and the instructors don't tend to be around for free advice when learners get discouraged.
@abdullahh283
@abdullahh283 3 года назад
What are you talking about? This is a tutorial on how to get STARTED, and you are already referring to discouragements? I honestly learned a lot from this, but it seems you want a week long video for every goddamn question you have.