Тёмный
No video :(

Building GUI in MATLAB | GUIDE | @MATLABHelper 

MATLAB Helper ®
Подписаться 14 тыс.
Просмотров 2,1 тыс.
50% 1

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

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@MATLABHelper
@MATLABHelper 3 года назад
Check all our learning content at matlabhelper.com/learn/
@shubhamshinde6587
@shubhamshinde6587 6 лет назад
Nice video for understanding how to implement GUI in matlab.I learn the building of GUI it's components like push button radio button etc.
@MATLABHelper
@MATLABHelper 4 года назад
SHUBHAM SHINDE, Glad to see your appreciation for our Video. Do support us by Subscribing to our RU-vid Channel at ru-vid.com
@syedjunaid2321
@syedjunaid2321 6 лет назад
Is really helpful for starters to learn about GUI, but using options rather than code in the command windows would be much advanced and easier.
@MATLABHelper
@MATLABHelper 6 лет назад
Thank you for the feedback. Enroll in other courses at matlabhelper.com/courses
@dishanikam2919
@dishanikam2919 6 лет назад
GUI means Graphical User Interface.Type #guide on command window.Then the dialogue box will get open and we have to click on #GUI.Once the GUI gets open,it has no. of options on left side as like #push #button,#slider,#radio #button,#static #text,etc.Here in given example,we needs one #axes,three push buttons,static text and #pop# up #menu.Just drag and drop this objects.There is option for alignment of objects.Here we can adjust the vertical and horizontal #alignment of objects.We can also change the display name.For coding part,we have #callback in which we have to code .
@MATLABHelper
@MATLABHelper 4 года назад
Disha Nikam, Glad to see your appreciation for our Video. Do support us by Subscribing to our RU-vid Channel at ru-vid.com
@rajasekargopalsamy4964
@rajasekargopalsamy4964 6 лет назад
To add some points, the #tag names of each object in GUI is actually a member of the structure handle. The values from the user via GUI can be made use in the program by using the command # variableName =get(handles.tagname, 'string'). If the variable needed is a number(int/float/double type) use the command #str2num as GUI #always returns the user inputted data in character type #Important: While creating new variables in #Callbacks, for this variable to be available to other Call back functions, one need to update the variables created to the members of the structure handle by use of the command guidata(hObject, handles) to avoid errors. So the best practice is to have this command at the end of every callback Function.
@MATLABHelper
@MATLABHelper 4 года назад
Rajasekar Gopalsamy, Glad to see your appreciation for our Video. Do support us by Subscribing to our RU-vid Channel at ru-vid.com
@rishabhgupta2220
@rishabhgupta2220 6 лет назад
Great introduction on GUI. But the pop-up box is not working as the graphs are not changing and error message is occurring every time we change the item of pop-up box.
@MATLABHelper
@MATLABHelper 4 года назад
rishabh gupta, Do write to us with your requirement at team@matlabhelper.com or You can start online chat at our website. Don't forget to Subscribe to our RU-vid Channel. Happy MATLABing!
@anishgupta8712
@anishgupta8712 6 лет назад
Really nice description of GUI. Learned about aligning objects in figure. I find it really hard to understand the coding area to handle GUI objects. Please also try to upload a tutorial regarding Callback functions coding. Thanks.
@MATLABHelper
@MATLABHelper 4 года назад
Anish Gupta, Glad to see your appreciation for our Video. Cheers & Happy MATLABing!
@aishwaryaviswanathan3991
@aishwaryaviswanathan3991 6 лет назад
Very well done. Another short video on call back functions alone would be great
@MATLABHelper
@MATLABHelper 4 года назад
Aishwarya Viswanathan, Glad to see your appreciation for our Video. Do support us by Subscribing to our RU-vid Channel at ru-vid.com
@tejasweerayana4311
@tejasweerayana4311 6 лет назад
In this, i have learnt about how to create GUI applications. #push buttons used to indicate different icons which specify the different application. #pop up menu which is used to have different options under it. #creating callbacks under inspector for push buttons and static text etc. #writing code under call back i.e whatever the operation we want to do under it.
@MATLABHelper
@MATLABHelper 4 года назад
Tejaswee Rayana, Glad to see your appreciation for our Video. Do support us by Subscribing to our RU-vid Channel at ru-vid.com
@chandrashekhar1301
@chandrashekhar1301 6 лет назад
good for starting
@MATLABHelper
@MATLABHelper 4 года назад
Chandra Shekhar, Glad to see your appreciation for our Video. Do support us by Subscribing to our RU-vid Channel at ru-vid.com
@AnshGupta-ni1ig
@AnshGupta-ni1ig 6 лет назад
please add more about GUI ..what is ? application?
@MATLABHelper
@MATLABHelper 4 года назад
Ansh Gupta, Do write to us with your requirement at team@matlabhelper.com or You can start online chat at our website. Don't forget to Subscribe to our RU-vid Channel. Happy MATLABing!
@vid_sh_itsme4340
@vid_sh_itsme4340 6 лет назад
Where is the .m file?
@MATLABHelper
@MATLABHelper 4 года назад
Vidhant Sharma, Do write to us with your requirement at team@matlabhelper.com or You can start online chat at our website. Don't forget to Subscribe to our RU-vid Channel. Happy MATLABing!
@chetananair7835
@chetananair7835 6 лет назад
Do call backs need handles?
@MATLABHelper
@MATLABHelper 4 года назад
Chetana Nair, Do write to us with your requirement at team@matlabhelper.com or You can start online chat at our website. Don't forget to Subscribe to our RU-vid Channel. Happy MATLABing!
Далее