How to design Radio button, check boxes and drop down menu in MATLAB App Designer?

  Рет қаралды 27,748

Programmer World

Programmer World

Күн бұрын

Пікірлер: 17
@SARA_SM88
@SARA_SM88 3 жыл бұрын
You are fabulous, thanks a lot for the video. it solved many of my problems in my code
@adarshmishra6379
@adarshmishra6379 6 жыл бұрын
loved this one too, thanks for this video!
@dylanreen1629
@dylanreen1629 6 жыл бұрын
best video on matlab app builder yet. can you do one wit the toggle button?
@ProgrammerWorld
@ProgrammerWorld 6 жыл бұрын
Thanks for your comments. For toggle button usage you can refer to my below video : kzbin.info/www/bejne/eYbZk6xoZdl4rs0 I hope it is helpful.
@nunvolk3456
@nunvolk3456 6 жыл бұрын
Thanks for video!
@Gombakka
@Gombakka 6 жыл бұрын
Thank you for the video. Is there a way we can add a common text feild in several tabs?For example I have 3 tabs and 3 text feilds to give output in my design but I want to insert a common output message feild in all the 3 tabs. How can I link them?
@ProgrammerWorld
@ProgrammerWorld 6 жыл бұрын
There is no direct way to link 3 text fields in App Designer. To solve your requirement, what you can do is to assign the output value of all the three text fields using same variable in your callback code. To automate this what you can do is to define update callback function for any of the text field. And in this function you can assign other text fields output values as well. Take an internal class variable to do all these stuffs. It will be easy. The above should be very easy to implement. I hope you succeed.
@medw771
@medw771 5 жыл бұрын
Very helpful, thanks.
@tkvthesauceboy
@tkvthesauceboy Жыл бұрын
Hello Everyone, I’m working on app designer and I wish to create an app to do some calculus but the problem I have it that some variables like “Nt” or “Nv” are been unused and this doesn’t permit the calculation, what can I do to overcome this please 🙏🏾🙏🏾
@ProgrammerWorld
@ProgrammerWorld Жыл бұрын
Unused variables in a function should not cause any issue or error. At best it will throw some warning messages. Anyway, you can also avoid initializing these variables (Nt, Nv). If these variables are defined as output of some other computation/ function then simply put tilde (~) symbol instead of variable name. This way you can avoid initializing these variables. Say in below example: >> a=2; >> b=3; Instead of : >> Nt = a+b Nt = 5 Use: >> [~] = a+b Hope the above helps. For reference, details shown in this video is also shared in the below link: programmerworld.co/matlab/how-to-design-radio-button-check-boxes-and-drop-down-menu-in-matlab-app-designer/ Cheers Programmer World programmerworld.co -
@zakariahassan7336
@zakariahassan7336 5 жыл бұрын
thank you and i have small code i want to design gui for it can you help me
@danielalejandrogualterosgu6224
@danielalejandrogualterosgu6224 6 жыл бұрын
Amazing video !!!i have a question do you know how to enter a transfer function to work with this ?
@ProgrammerWorld
@ProgrammerWorld 6 жыл бұрын
Thanks 😀. Regarding transfer function, I think it should be simple. You can take the numerator and denominator separately as input from text boxes in your gui. And then you can use tf matlab command in your callback code to convert it into transfer function. The details of tf command can be found in below link : mathworks.com/help/control/ref/tf.html I hope the above explanation is helpful to you.
@mohammadsamiulhuda1817
@mohammadsamiulhuda1817 2 жыл бұрын
Can you please share some references for this design?
@ProgrammerWorld
@ProgrammerWorld 2 жыл бұрын
The details and code shown in this video is also available in the below webpage for reference: programmerworld.co/matlab/how-to-design-radio-button-check-boxes-and-drop-down-menu-in-matlab-app-designer/ Cheers Programmer World programmerworld.co -
@pazxd578
@pazxd578 4 жыл бұрын
No te entendí nada jajajaja yo hablo español, pero buen trabajo. Gracias :)
How to Build a GUI in MATLAB using App Designer
10:26
MATLAB
Рет қаралды 201 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Matlab App Designer Radio Button Group 💡 | Tutorial Español
9:21
Matlab App designer part 4: startup function , interaction between buttons , global variable
15:51
High Voltage Engineering by MG Niasar
Рет қаралды 11 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
How to make an app using MATLAB app designer  ( graphical user interface GUI )
10:25
High Voltage Engineering by MG Niasar
Рет қаралды 30 М.
Building MATLAB Apps with App Designer
28:31
MATLAB
Рет қаралды 98 М.
Passing Values in AppDesigner in Matlab
9:12
SnugglyHappyMathTime
Рет қаралды 11 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН