MATLAB tutorial : create a GUI with 2 plots (axes) and 2 pushbuttons

preview_player
Показать описание

========================
✅ Visit our website

✅ Subscribe for more free YouTube tutorial

Рекомендации по теме
Комментарии
Автор

Exactly what I need! I thought some special codes were needed for plots in GUI, but you just show me that I can just copy the codes in m file into the callback function of pushbutton! THX!

dannywang
Автор

Thankyou, very simple and give me solution when i need it

kurniawanlearning
Автор

This video is a life saver...Thanks and thumbs up for ur awesome work!

pioneerscorpion
Автор

Thanks a lot, it was vey useful. Just as a comment if someone had the same problem that I did: if you want to plot calling a function that you created (it means that was not built automatically), you must to pass "handles" as an argument to the function.

felixrodrigorodriguezcardo
Автор

amazing tutorial!
it just solve my basic need after wasting 2 hours reading the matlab tutorial, thanks for your work!

spaghettibolognese
Автор

hi sir, please i have the following problem when i open my project of guide matlab it only open the program and the figure but the figure where i do the changes doesn't open how can i do

assiafernane
Автор

Many thanks.... this is what I am looking for....

mohammedal-tameemi
Автор

i write in the pushbutton_callback this and nothing happend in the axes what could my problem be? I am working with matlab2012

Bola
Автор

What about giving the user an input? Example User enters 3*x^2 + 2*x +1, then taking that and graphing it.

ernestojuarez
Автор

Thank you for this tutorial i have a question what if i want to upload an excel file by pushing th button to creat the plot? how can i do it?

tabounikhadidja
Автор

Can we create 2 axes with only 1 pushbutton? Maybe there's another script for it?

peaceplease
Автор

can we set gain value in simulink through GUI? help!

knowledge
Автор

sir can you plot discrete time singal like that

pradeepreddy
Автор

Tip for anyone who wants their GUI to work across other Matlab versions: DO NOT USE GUIDE.

Learn to build the GUI programmatically. It's rather simple, and it's a lot less prone to errors and portability problems. Once you understand the concepts, it's actually faster, easier, more flexible, and more maintainable.

I know most of you are probably just stuck on some pointless class project and you'll never give a shit about Matlab again, but if a loser like me with trash programming skills is telling you that it's easier to do it the "hard way", that's pretty condemning of GUIDE.

PSUQDPICHQIEIWC
Автор

hi sir, please i have the following problem when i open my project of guide matlab it only open the program and the figure but the figure where i do the changes doesn't open how can i do

assiafernane