-
-
Recent Posts
Recommended book
Categories
- ►Learning Matlab
- ▼Making interfaces
- A guide to guide : Video tutorial to start making interfaces
- Child swapping
- Gaming in Matlab
- Guide me in the figure
- Guide me in the guide
- Handle the handles in guidata
- How to deactivate GUIs during processing
- How to display errors in GUIs
- How to keep the same figure in callbacks
- Making interfaces for beginners
- Making interfaces WITHOUT guide
- On handles and the door they open...
- Practical considerations on making GUIs
- Professional deployment of Matlab code
- Waiting for the waitbar
- ►Optimizing your code
- ►Annoyances
- ►Various
Archives
Top Posts & Pages
-
Category Archives: Making interfaces
A guide to guide : Video tutorial to start making interfaces
Some time ago, I made a post to help folks get started making interfaces with GUIDE, the interface designer provided by Matlab. It occurred to me that a video tutorial would convey a much better experience on this subject. So … Continue reading
Posted in Beginners, Making interfaces
Leave a comment
Professional deployment of Matlab code
This post marks the one year existence of this blog. I started writing in the hope to help folks get started with Matlab and also help rise the general quality of Matlab codes. Traffic have risen steadily in the last year … Continue reading
Posted in Advanced, Making interfaces
3 Comments
Making interfaces WITHOUT guide
My job today is to help you to make interfaces in Matlab directly in your code without the help of the GUIDE. That thing is good to start but later on, it’s just a total waste of time. Continue reading
Posted in Intermediate, Making interfaces
Leave a comment
Child swapping
Today I am going to present a technique that is very useful when you have to manipulate figure windows, reuse them in a different context or concatenate them together. Continue reading
Posted in Advanced, Making interfaces
3 Comments
Making interfaces for beginners
In this post, I introduce you to good manners in Matlab programming and their inevitable counterpart : making interfaces to relief your colleagues from the burden of reading and learning all your code. Continue reading
Posted in Beginners, Making interfaces
2 Comments
Handle the handles in guidata
Fasten your seatbelts. Compared to my previous posts which were relatively easy, today I am going to talk about something that confuses 90% of the people I know : GUIDATA. Continue reading
Posted in Intermediate, Making interfaces
5 Comments
Gaming in Matlab
I have recently been looking into how to make very advanced and beautiful GUIs in Matlab. To get inspiration on how to push Matlab capabilities, I thought I would look into a domain where the GUI is the primary focus : GAMING. Continue reading
Posted in Intermediate, Making interfaces
2 Comments



